Re: [Matplotlib-users] Clearing plot but axes

2011-05-24 Thread Friedrich Romstedt
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

[Matplotlib-users] Clearing plot but axes

2011-05-24 Thread Marco Trapanese
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