INCLAN Graphics: plot layout: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
   
   
Defines the layout of a figure with multiple, equally sized panels, arranged in the given numbers of ''rows'' (default: 1) and ''columns'' (default: 1). The overall size of the rectangular figure is defined by the lower left corner (''x''<sub>0</sub>, ''y''<sub>0</sub>) and by the upper right corner (''x''<sub>1</sub>, ''y''<sub>1</sub>). The default is to fill an A4 page with ''x''<sub>0</sub> = -250, ''x''<sub>1</sub> = 250, ''y''<sub>0</sub> = -375, ''y''<sub>1</sub> = 375 points (1 pt = 0.353 mm). The sizes of the horizontal and vertical gaps between adjacent panels can be set with the parameters '''xgap''' and '''ygap'''. The values 0 < ''Δ x'' < 1 and 0 < ''Δy'' < 1 are given as fractions of the total width and total height of a panel, respectively (default: 0.2). The aspect ''ratio'' (height/width) of a panel can be defined explicitly.  
Defines the layout of a figure with multiple, equally sized panels, arranged in the given numbers of ''rows'' (default: 1) and ''columns'' (default: 1). The overall size of the rectangular figure is defined by the lower left corner (''x''<sub>0</sub>, ''y''<sub>0</sub>) and by the upper right corner (''x''<sub>1</sub>, ''y''<sub>1</sub>). The default is to fill an A4 page with ''x''<sub>0</sub> = -250, ''x''<sub>1</sub> = 250, ''y''<sub>0</sub> = -375, ''y''<sub>1</sub> = 375 points (1 pt = 0.353 mm). The sizes of the horizontal and vertical gaps between adjacent panels can be set with the parameters '''xgap''' and '''ygap'''. The values 0 < ''Δ x'' < 1 and 0 < ''Δy'' < 1 are given as fractions of the total width and total height of a panel, respectively (default: 0.2). The aspect ''ratio'' (height/width) of a panel can be defined explicitly.  
The '''layout''' command is used in conjunction with the [[frame|'''frame''']] command. The panels are numbered 1, 2,... from left to right and from top to bottom. By default, the first [[frame|'''frame''']] command after a '''layout''' command applies to the first panel (panel 1). Each subsequent [[frame|'''frame''']] command applies to the next panel (panels 2, 3, …).
The '''plot layout''' command is used in conjunction with the [[INCLAN Graphics: plot frame|'''plot frame''']] command. The panels are numbered 1, 2,... from left to right and from top to bottom. By default, the first [[INCLAN Graphics: plot frame|'''plot frame''']] command after a '''plot layout''' command applies to the first panel (panel 1). Each subsequent [[INCLAN Graphics: plot frame|'''plot frame''']] command applies to the next panel (panels 2, 3, …).

Latest revision as of 22:57, 13 August 2009

Synopsis

plot layout rows=rows columns=columns x0=x0 x1=x1 y0=y0 y1=y1 xgap=Δx ygap=Δy aspect=ratio

Description

Defines the layout of a figure with multiple, equally sized panels, arranged in the given numbers of rows (default: 1) and columns (default: 1). The overall size of the rectangular figure is defined by the lower left corner (x0, y0) and by the upper right corner (x1, y1). The default is to fill an A4 page with x0 = -250, x1 = 250, y0 = -375, y1 = 375 points (1 pt = 0.353 mm). The sizes of the horizontal and vertical gaps between adjacent panels can be set with the parameters xgap and ygap. The values 0 < Δ x < 1 and 0 < Δy < 1 are given as fractions of the total width and total height of a panel, respectively (default: 0.2). The aspect ratio (height/width) of a panel can be defined explicitly. The plot layout command is used in conjunction with the plot frame command. The panels are numbered 1, 2,... from left to right and from top to bottom. By default, the first plot frame command after a plot layout command applies to the first panel (panel 1). Each subsequent plot frame command applies to the next panel (panels 2, 3, …).