octave-maintainers
[Top][All Lists]
Advanced

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

First datapoint is discarded on second call to plot


From: Søren Hauberg
Subject: First datapoint is discarded on second call to plot
Date: Wed, 07 Mar 2007 18:01:40 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070305)

Hi,
Running a recent checkout from cvs I got a weird behaviour when I plot to curves. This code

  figure
  hold on
    f = sin(0:0.1:2*pi);
    plot(f)
    plot(1+f)
  hold off

produces to sine curves but the second one (the upper one) is missing the first data point.

Søren


reply via email to

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