INCLAN Graphics: plot layout
Synopsis
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 x0250, x1250, y0375, y1375 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 0x1 and 0y1 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 command. The panels are numbered 1, 2,… from left to right and from top to bottom. By default, the first frame command after a layout command applies to the first panel (panel 1). Each subsequent frame command applies to the next panel (panels 2, 3, …).