JuliaPy / JuliaPy/PyPlot.jl

how to animate pyplot() bexkend ? While not woers lik in gr()!

Open
#424 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
488
Forks
90
PR merge metrics
No merged PRs in 30d

Description

How to animate pyplot() beckend ? While not woers lik in gr()!
```
using Plots ; pyplot()
for i=1:20
display(plot(rand(50)))
end
```
Only last plot is displayed
(Unfortunatly I cant to use gr() beckend on win 7 :/)
Paul

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.