Hi,
Is there a way to automatically set the origin and sizes for doing
multiplots in gnuplot? For example, if I want to do plot four graphs
all within the same xwindow, can I do it by saying
mplot 'filea', fileb', 'filec', 'filed'
and then these four plots come up something like:
--------- ---------
| | | |
| A | | B |
| | | |
--------- ---------
--------- ---------
| | | |
| C | | D |
| | | |
--------- ---------
in the one X window (ie. all same size and equally spaced in the
window)?
If there isnt an easy way of automatically doing this already in
gnuplot, I am thinking of writing a script to do this, which will then
call gplot (the command line interface to gnuplot) to do this.
(I have version 3.5 beta 248)
Cheers, Stephen