Axis¶
-
class
leather.
Axis
(ticks=None, tick_formatter=None, name=None)¶ A horizontal or vertical chart axis.
- Parameters
ticks – Instead of inferring tick values from the data, use exactly this sequence of ticks values. These will still be passed to the
tick_formatter
.tick_formatter – An optional
tick_format_function()
.