INCLAN Graphics: plot layout

From CYANA Wiki
Jump to navigation Jump to search

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, …).