<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div><span><br></span></div>Dear all,<br><br>I am trying to plot a figure with 8&nbsp; (4 rows and 2 columns) panels using the subplot script<br><br>When I&nbsp; try&nbsp; a 2x 2 it works properly but&nbsp; It does not work&nbsp; for&nbsp; a 4X2.<br><br>I have tried different options (see below the&nbsp; code and the attached plots), which one is the appropriate one for a 4X2 ? What is wrong with my approach?<br><br>(a) option A<br><br>'subplot&nbsp; 8&nbsp; 1'&nbsp; <br>'d aval.1' <br>&nbsp;<br>&nbsp;<br>'subplot&nbsp; 8&nbsp; 2'&nbsp; <br>'d aval.2' <br>&nbsp;<br>'subplot&nbsp; 8&nbsp; 3'&nbsp; <br>'d aval.3' <br>&nbsp;<br>'subplot&nbsp; 8&nbsp; 4'&nbsp; <br>'d aval.4' <br>&nbsp;<br>&nbsp;<br>'subplot&nbsp; 8&nbsp; 5'&nbsp; <br>'d aval.5' <br>&nbsp;<br>'subplot&nbsp; 8&nbsp;&nbsp; 6'&nbsp;
<br>'d aval.5' <br>&nbsp;<br>'subplot&nbsp; 8&nbsp; 7'&nbsp; <br>'d aval.7' <br>&nbsp;<br>'subplot&nbsp; 8&nbsp; 8'&nbsp; <br>'d aval.8' <br><br>(b)&nbsp; Option B<br><br>'subplot&nbsp; 4 2&nbsp; 1'&nbsp; <br>'d aval.1' <br>&nbsp;<br>&nbsp;<br>'subplot&nbsp; 4 2&nbsp; 2'&nbsp; <br>'d aval.2' <br>&nbsp;<br>'subplot&nbsp; 4 2&nbsp; 3'&nbsp; <br>'d aval.3' <br>&nbsp;<br>'subplot&nbsp; 4 2&nbsp; 4'&nbsp; <br>'d aval.4' <br>&nbsp;<br>&nbsp;<br>'subplot&nbsp; 4 2&nbsp; 5'&nbsp; <br>'d aval.5' <br>&nbsp;<br>'subplot&nbsp; 4 2&nbsp; 6'&nbsp; <br>'d aval.6' <br>&nbsp;<br>'subplot&nbsp; 4 2&nbsp; 7'&nbsp; <br>'d aval.7' <br>&nbsp;<br>'subplot&nbsp; 4 2&nbsp; 8'&nbsp; <br>'d aval.8'<br></div></body></html>