PyPlot support for one interactive figure in IJulia
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
I often find it could be useful if I could force a figure to be displayed in pygui while all figure before and after should be displayed inline in the notebook. I imagine something like:
```
pygui(true) do # plot in pygui
plot(1:10)
end
plot(1:10) # display in notebook
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.