octave-maintainers
[Top][All Lists]
Advanced

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

Re: Line spanning visible range with points outside range is missing


From: Daniel J Sebald
Subject: Re: Line spanning visible range with points outside range is missing
Date: Fri, 10 Feb 2006 17:49:42 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Think I've verified this is in Gnuplot...


Daniel J Sebald wrote:
I'm running Octave with Gnuplot and find the following:

axis([20 30 0 50]);
plot([1:50],[1:50],'r',[1 50], [25 25], 'g');
figure;
plot([1:50],[1:50],'r',[20 30], [25 25], 'g');

The first plot command does not show the green line, while the second plot command does. Is this proper behavior? If not, can someone help identify quickly if this is an Octave or Gnuplot issue? Otherwise I'll investigate later.

Dan




reply via email to

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