by =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= <HBBroeker@[EMAIL PROTECTED]
>
Jun 13, 2008 at 10:07 PM
murphy.md@[EMAIL PROTECTED]
wrote:
> In short, is there a way of telling GNUplot to calculate the xrange by
> reading in a set of data, but only using a plotting a single point in
> that data?
No. But you can make a "dummy" plot of the entire dataset, save its
xrange, then do the individual plots with that fixed xrange. Depending
on the gnuplot version, you can use "set xrange writeback | restore", or
the GPVAL variables to do that.