The Axis Editor

The axes of a plot are created and destroyed by the domain. 

  • If the domain is a 2D domain then the domain will contain xaxis1, xaxis2, yaxis1 and yaxis2
  • If the domain is a 3D domain then the domain will contain xaxis3, yaxis3 and zaxis3
  • If the domain is a polar domain then the domain will contain raxis1, raxis2, taxis1 and taxis2

Axes can be enabled and disabled from the hierarchy browser.

The range of the axis is controlled in the limits bundles of the domain object.

See the axis object for a full description of the axis' resources.

Return to Gsharp Reference Manual.