X1LENGTH, YLENGTH, and X2LENGTH Subcommands (IGRAPH command)

X1LENGTH and YLENGTH define the length in inches of the chart size in the direction of the corresponding axis. X2LENGTH is no longer supported and is ignored.

Example

IGRAPH
 /VIEWNAME='Scatterplot'
 /Y=VAR(sales96) TYPE=SCALE
 /X1=VAR(sales95) TYPE=SCALE
 /X2=VAR(region) TYPE=CATEGORICAL
 /X1LENGTH=2.39
 /YLENGTH=2.42
 /SCATTER.
  • Y assigns sales96 to the dependent axis, defining it to be continuous.
  • X1 assigns sales95 to the X1 axis, defining it to be a scale variable (continuous).
  • X1LENGTH and YLENGTH define the width and height of the chart in inches.