|
From: Paul W. <pau...@gm...> - 2012-02-29 16:40:05
|
> with an actual version of gnuplot you have access to internal > variables like > GPVAL_X_MIN > GPVAL_X_MAX > GPVAL_Y_MIN > GPVAL_Y_MAX > ... > (see 'show variables all') > > you could do all the dummy plots before starting the multiplot > environment and store the x/y-ranges in local variables and > use these to set the x/y-ranges explicitly for each plot > later. Thanks, works perfectly! |