|
From: <HBB...@t-...> - 2007-03-14 20:02:57
|
Astan Chee wrote:
> set term gif
> set size 1.5, 1.0
You shouldn't still be using this way of changing the size of the output
any more. See 'help gif'.
> The plot is a 2D graph and the file ('C:\Temp\fileinfo0') is tabbed
> delimited. The problem Im having is that every plot has the y-axis
> starting at 0 .
If so, that's because either your y axis data starts within one tick
interval from zero, or you have a 'set yrange [0:*]' command somewhere
you didn't tell us about.\
> Is there a way to set the y-axis so that it starts at
> the lowest y-value?
gnuplot defaults to almost that behaviour. For the details, see 'help
autoscale'.
|