mpl_toolkits.axisartist.floating_axes.ExtremeFinderFixed#

class mpl_toolkits.axisartist.floating_axes.ExtremeFinderFixed(extremes)[source]#

Bases: ExtremeFinderSimple

This subclass always returns the same bounding box.

Parameters:
extremes(float, float, float, float)

The bounding box that this helper always returns.