Subplot
daspi.plotlib.plotter.HideSubplot(ax, **kwds)
¶
Bases: Plotter
Class for hiding all visual components of the x- and y-axis.
| PARAMETER | DESCRIPTION |
|---|---|
ax
|
The axes object (subplot) in the figure to hide.
TYPE:
|
**kwds
|
Additional keyword arguments that have no effect and are only used to catch further arguments that have no use here (occurs when this class is used within chart objects).
DEFAULT:
|