Clearing plot but axes

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 elegant method.

May you suggest something?
Thanks
Marco

2011/5/24 Marco Trapanese <marcotrapanese@...287...>:

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:

Friedrich