Closed AStupidBear closed 8 years ago
I don't think so. Immerse is a layer on top of Gadfly, and Gadfly isn't the best for performance, I'm afraid. You might be happier with something like GLVisualize for performance-sensitive operations.
Thank you.
Maybe this should not be a issue on Immerse. Just ask for help.
I want to make a real-time annimation like this
At every time step, I have to use
display(c,Figure(p))
to redraw the plot. When the number of points become large (>10000), the drawing process is slow. Is there a smart way to preserve the previous drawing on the canvas?