The polygon plot can display arbitrary polylines and polygons. Rather than providing a specific statistical function, the polygon plot allows you to create your own customized graphics.
To create a polygon plot, you need to specify at least three variables. The coordinates of vertices of each polygon (or vertices of a piecewise-linear polyline) are specified with X and Y variables. The polygon is drawn in the order that the coordinates are specified. A third nominal variable specifies an identifier to which each coordinate belongs.
In some instances, an object is composed of sub-objects. For example, a continent is composed of countries, a country is composed of individual provinces or states, and some of those states are composed of disconnected landmasses (such as islands). The polygon plot supports this hierarchical structure by allowing multiple nominal variables that identify the continent, state, and island to which each coordinate pair belongs.
To create a polygon plot using the GUI
For details, see Creating a Data Table.
IML Studio displays the Polygon Plot dialog box.
You can repeat this step to specify additional ID variables.
For a discussion of the BY Variables and BY Options tabs, see BY Group Processing: Using BY Group Processing.