octave-maintainers
[Top][All Lists]
Advanced

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

Line spanning visible range with points outside range is missing


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

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]