Re: How to set the default NextPlot to "add"?



The following should do it.

set(0, 'DefaultAxesNextPlot', 'add')

Jeremy

"Einat Lev" <ekraoz@xxxxxxxxxxx> wrote in message
news:ef58a38.-1@xxxxxxxxxxxxxxxxxxxxxxxxxx
I would like all my figures to start with their "hold" set to "on"...
I tried using:
set(0, 'DefaultNextPlot', 'add') and set(gca, 'DefaultNextPlot',
'add') but got the same error message:
Error using set ==>
Can not resolve object type in default property 'Next Plot'

What should I do?


.