COORDINATE Subcommand (IGRAPH command)
COORDINATE
specifies the orientation of the chart.
HORIZONTAL. The Y variable appears along the horizontal axis and the X1 variable appears along the vertical axis.
VERTICAL. The Y variable appears along the vertical axis and the X1 variable appears along the horizontal axis.
THREE. Create a three-dimensional chart. Three-dimensional charts have a default orientation that cannot be altered.
Example
IGRAPH
/VIEWNAME='Scatterplot'
/Y=VAR(sales96) TYPE=SCALE
/X1=VAR(region) TYPE=CATEGORICAL
/COORDINATE=HORIZONTAL
/BAR (mean).
- The
COORDINATE
subcommand defines the bar chart as horizontal with region on the vertical dimension and means of sales96 on the horizontal dimension.