mpl_toolkits.axisartist.floating_axes.ExtremeFinderFixed#
- class mpl_toolkits.axisartist.floating_axes.ExtremeFinderFixed(extremes)[source]#
Bases:
ExtremeFinderSimpleThis subclass always returns the same bounding box.
- Parameters:
- extremes(float, float, float, float)
The bounding box that this helper always returns.