octave-maintainers
[Top][All Lists]
Advanced

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

Re: more graphics changes - subplots overlap


From: Daniel J Sebald
Subject: Re: more graphics changes - subplots overlap
Date: Wed, 21 Mar 2007 17:47:50 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

John W. Eaton wrote:

| So the current behavior seems to be fairly close to compatible.

And the reason nothing happens until the plot command is because I
don't know how to make gnuplot display axes (with or without labels
and a title) if there is no data to plot.

If a range is specified, you should be able to get away with something like the following.

set xrange [0:1]
set yrange [0:1]
plot '-' with lines
Inf Inf
e

Dan


reply via email to

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