[gradsusr] Help on using the subplot script

Arlindo Meque mequitomz at yahoo.com.br
Sat Feb 22 08:47:22 EST 2014


Dear all,

I am trying to plot a figure with 8  (4 rows and 2 columns) panels using the subplot script

When I  try  a 2x 2 it works properly but  It does not work  for  a 4X2.

I have tried different options (see below the  code and the attached plots), which one is the appropriate one for a 4X2 ? What is wrong with my approach?

(a) option A

'subplot  8  1'  
'd aval.1' 
 
 
'subplot  8  2'  
'd aval.2' 
 
'subplot  8  3'  
'd aval.3' 
 
'subplot  8  4'  
'd aval.4' 
 
 
'subplot  8  5'  
'd aval.5' 
 
'subplot  8   6'  
'd aval.5' 
 
'subplot  8  7'  
'd aval.7' 
 
'subplot  8  8'  
'd aval.8' 

(b)  Option B

'subplot  4 2  1'  
'd aval.1' 
 
 
'subplot  4 2  2'  
'd aval.2' 
 
'subplot  4 2  3'  
'd aval.3' 
 
'subplot  4 2  4'  
'd aval.4' 
 
 
'subplot  4 2  5'  
'd aval.5' 
 
'subplot  4 2  6'  
'd aval.6' 
 
'subplot  4 2  7'  
'd aval.7' 
 
'subplot  4 2  8'  
'd aval.8'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20140222/2167c8c0/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: option_A.png
Type: image/png
Size: 163309 bytes
Desc: not available
Url : http://gradsusr.org/pipermail/gradsusr/attachments/20140222/2167c8c0/attachment-0002.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: option_B.png
Type: image/png
Size: 329287 bytes
Desc: not available
Url : http://gradsusr.org/pipermail/gradsusr/attachments/20140222/2167c8c0/attachment-0003.png 


More information about the gradsusr mailing list