octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Plot command sequence behavior


From: Daniel J Sebald
Subject: Plot command sequence behavior
Date: Sun, 23 Mar 2008 20:47:36 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

I want to confirm the behavior of plot commands.  I've noticed that doing a 
"plot()" wipes away the settings for plot elements.  For example, I get

title("hi");
<a plot appears with no data but a title saying "hi">
plot([0:50]);
<the plot is updated with the data appearing, but the title "hi" is gone>

This isn't very nice.  It means after setting up a bunch of plot elements a fresh 
"plot()" to change the data means having to re-enter the plot elements.

Is the above behavior correct?

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]