From: Theo <th...@gm...> - 2013-04-29 23:08:51
|
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. 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. |