staircase.Stairs.plot

Stairs.plot(ax=None, **kwargs)

Makes a step plot representing the finite intervals belonging to the Stairs instance.

Uses matplotlib as a backend.

Parameters:
  • ax (matplotlib.axes.Axes, default None) – Allows the axes, on which to plot, to be specified
  • **kwargs – Options to pass to :function: matplotlib.pyplot.step
Returns:

Return type:

matplotlib.axes.Axes