JuliaPy / JuliaPy/PyPlot.jl

PyPlot support for one interactive figure in IJulia

Đang mở
#134 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Julia
Star
488
Fork
90
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.