chaco.label_axis module¶
Defines the LabelAxis class.
-
class
chaco.label_axis.LabelAxis(component=None, **kwargs)¶ Bases:
chaco.axis.PlotAxisAn axis whose ticks are labeled with text instead of numbers.
-
label_rotation= Float(0)¶ The angle of rotation of the label.
-
labels= List(Str)¶ List of labels to use on tick marks.
-
positions= ArrayOrNone()¶ List of indices of ticks
-