2011/5/24 Marco Trapanese :
> I draw something with the plot command.
> Now I want to "update" the entire plot, saving the current axes settings.
I think you might use this one:
http://github.com/friedrichromstedt/matplotlayers/
Friedrich
Hello,
I draw something with the plot command.
Now I want to "update" the entire plot, saving the current axes settings.
That is I'd like to clear and plot again.
I tried clf, cla, hold=false but I need to setup again my (multiple) axes.
Because I need to go quite fast I'm looking for a more ele