From owner-help-octave at bevo dot che dot wisc dot edu Sat Jan 25 11:05:45 1997 Subject: plot From: Michael Gass To: help-octave at bevo dot che dot wisc dot edu 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, mgass at csbsju dot edu