PyPlot support for one interactive figure in IJulia
Abierto
- Lenguaje dominante
- Julia
- Estrellas
- 488
- Forks
- 90
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.