Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #513

Distance from axes

From Michael <m@m.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Distance from axes
Date 2011-08-05 22:07 +0700
Organization A noiseless patient Spider
Message-ID <j1h0os$7to$1@dont-email.me> (permalink)

Show all headers | View raw


It is often necessary that the curves on the graph were not close to 
axes. I use external tools for this: the script reads the data files, 
finds min and max on the Y axis, and writes to gnuplot file something 
like this:

$delta=($maxy-$miny)/20;
$maxy -= $delta;
$miny += $delta;
print GPFILE "plot [][$miny:$maxy] ....";

Can I do this with gnuplot? If not, then I suggest to introduce 
something like "set ydistance=0.05", which means that the space between 
data curves and lower/upper X axis is 1/20 of data range.

Thanks

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

Distance from axes Michael <m@m.com> - 2011-08-05 22:07 +0700
  Re: Distance from axes Michael <m@m.com> - 2011-08-05 22:09 +0700
  Re: Distance from axes sfeam <sfeam@users.sourceforge.net> - 2011-08-05 09:15 -0700
    Re: Distance from axes Michael <m@m.com> - 2011-08-05 23:41 +0700

csiph-web