From: Ethan M. <eam...@gm...> - 2013-05-03 22:14:21
|
On Mon, Apr 29, 2013 at 4:08 PM, Theo <th...@gm...> wrote: > Hi all, > > I tried to skip one or several plots in a multiplot. > > For example, in a 3x3 multiplot I would like to skip arbitrarily e.g. 4 > of the 9 plots. > Nevertheless, I would like to keep the 3x3 grid. Now in 4.7 by recent request: set multiplot next > multiplot layout 3,3 > > do not plot File00 > plot File01 > do not plot File02 > plot File10 > plot File11 > plot File12 > do not plot File20 > plot File21 > do not plot File22 > > Instead of an empty plot with axes etc. I would like to have empty space > and nothing plotted at this position. > In this example, defining a 5x1 multiplot and arranging the individual > plots with appropriate offsets and sizes seems to be a pretty painful > workaround. > > Any better ideas? > Thanks, Theo. |