Skip to content

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: Axes | None

**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: {}

daspi.plotlib.plotter.SkipSubplot(*args, **kwds)

Bases: Plotter

Class for skip plotting at current axes in a JointChart.

Initialize the class and store nothing.

kw_default property

Get empty dict (read-only).