how to animate pyplot() bexkend ? While not woers lik in gr()!
Abierto
- Lenguaje dominante
- Julia
- Estrellas
- 488
- Forks
- 90
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
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.