Hi,
I'm having some problem with this figure using multiplot:
http://mfn.unipmn.it/~mex/fig.eps
generated by this perl script
http://mfn.unipmn.it/~mex/drawMp.pl
The multiplot obtained can be represent as
fig1 fig2 fig3
fig4 fig5 key
The problems are:
- The fig3 is bigger than the other two figs in the first row. Why?
How can I obtain all figures with the same size?
- I would like to have the key in the first (up-left) position and not
at the end. How can I leave a empty space on the first position? I
would like to obtain something like this:
key fig1 fig2
fig3 fig4 fig5
Thanks,
M