smpl.plot.TickHelper¶
- class smpl.plot.TickHelper[source]¶
Bases:
object- __init__()¶
Methods
__init__()create_dummy_axis(**kwargs)set_axis(axis)set_bounds(vmin, vmax)[Deprecated]
set_data_interval(vmin, vmax)[Deprecated]
set_view_interval(vmin, vmax)[Deprecated]
Attributes
axis- set_bounds(vmin, vmax)[source]¶
[Deprecated]
Notes¶
Deprecated since version 3.5: Use .Axis.set_view_interval and .Axis.set_data_interval instead.