|
|
|
|
SynopsisModifies the widths of one column of plots created by split or grid_objects. Syntaxadjust_grid_xrelsize([id,] column, size); Description
The adjust_grid_xrelsize command the size of a column of plots relative to the other columns in the frame created by split or grid_objects. The width of the specified column is set to "size * unit_width". All other columns are set to unit_width. The following is used to determine the widths of the columns: available_area = 1 - (left_margin + right_margin + (num_cols -1)*xgapsize) unit_width = available_area / ((num_cols-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_xrelsize(2,2); A split command is issued to create a grid of 9 plots. The adjust_grid_xrelsize command sets the center column to be twice as wide as the other columns. Example 2chips> grid_objects(2,2,.05,.05,1); chips> adjust_grid_xrelsize(1,.5); A grid_objects command is called to create a grid of 4 plot areas. The adjust_grid_xrelsize command makes the first column half as wide as the second column. 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. |