JuliaPy / JuliaPy/PyPlot.jl

PyPlot support for one interactive figure in IJulia

Open
#134 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.