DrawAxes(axis)

Draw axes for a Plot?

Description:

This attribute controls the appearance of an annotated coordinate grid (drawn with the astGrid function) by determining whether curves representing coordinate axes should be drawn. It takes a separate value for each physical axis of a Plot so that, for instance, the setting " DrawAxes(2)=0" specifies that no axis should be drawn for the second axis.

If drawn, these axis lines will pass through any tick marks associated with numerical labels drawn to mark values on the axes. The location of these tick marks and labels (and hence the axis lines) is determined by the Plot s LabelAt(axis) attribute.

If the DrawAxes value of a Plot is non-zero (the default), then axis lines will be drawn, otherwise they will be omitted.

Type:
Integer (boolean).

Applicability

Plot
All Plots have this attribute.

Notes: