Cool!! Definitely will give it a try. The reason I settled on PyPlot was its support for 3D. But its slowness is slowly driving me insane.
Does it do 2D plotting as well, or should I use another package for that? Sheehan On 20 Aug 2014, at 7:43 pm, Simon Danisch <[email protected]> wrote: > Depending on what you want to plot, you can also try to use GLPlot: > https://github.com/SimonDanisch/GLPlot.jl/wiki > Its in its early stage, so things might not work as easily as expected, or > you might miss functionality. > In both cases, I'm eager to help, to improve the package ;) > > Best, > Simon > > Am Dienstag, 19. August 2014 07:46:22 UTC+2 schrieb Sheehan Olver: > Hi, > > Is there a way to force plotting in PyPlot.jl, to simulate animation? Right > now if I do a for loop over a sequence of plots, it only outputs the last > plot. > > This is in IJulia running on OS X with matplotlib version 1.3.1 installed, > and pygui(true) > > Sheehan
