help-octave
[Top][All Lists]
Advanced

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

plot


From: Michael Gass
Subject: plot
Date: Sat, 25 Jan 1997 11:10:18 -0600

Am running octave version 2.0.1 (mips-sgi-irix5.3).

Why is "plot" plotting everthing twice?

Example:
x = [1 2];
y = [3 4];
plot(x,y) 
          The above results in the plot being generated twice.
          What am I doing wrong?
plot(x)
          That works just fine.

Thanks,
address@hidden


reply via email to

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