|
|
|
|
SynopsisModifies the height of one row of plots created by split or grid_objects. Syntaxadjust_grid_yrelsize([id,] row, size); Description
The adjust_grid_yrelsize command changes the size of a row of plots relative to the other rows in the frame created by split or grid_objects. The height of the specified row is set to "size * unit_height". All other rows are set to unit_height. The following is used to determine the height of the columns: available_area = 1 - (top_margin + bottom_margin + (num_rows -1)*ygapsize) unit_height = available_area / ((num_rows-1) + size) To change the spacing between the plots, use the adjust_grid_gaps command ("ahelp sl.chips adjust_grid_gaps") . Example 1chips> split(3,3); chips> adjust_grid_yrelsize(2,.5); A split command is issued to create a grid of 9 plots. The adjust_grid_yrelsize command sets the width of the center row to be half as tall as the other rows. Example 2chips> grid_objects(2,2,.05,.05,1); chips> adjust_grid_yrelsize(1,.3); A grid_objects command creates a grid of 4 plot areas. The adjust_grid_yrelsize command makes the first row of plots three times as tall as the other row. BugsSee the bugs pages on the ChIPS website for an up-to-date listing of known bugs. |
![]() |
The Chandra X-Ray
Center (CXC) is operated for NASA by the Smithsonian Astrophysical Observatory. 60 Garden Street, Cambridge, MA 02138 USA. Email: cxcweb@head.cfa.harvard.edu Smithsonian Institution, Copyright © 1998-2004. All rights reserved. |