mpl_toolkits.axisartist.floating_axes#

An experimental support for curvilinear grid.

Classes#

ExtremeFinderFixed(extremes)

This subclass always returns the same bounding box.

FixedAxisArtistHelper(grid_helper, side[, ...])

nth_coord = along which coordinate value varies.

FloatingAxes

alias of FloatingAxesHostAxes

FloatingAxesBase(*args, grid_helper, **kwargs)

FloatingAxisArtistHelper(grid_helper, ...[, ...])

nth_coord = along which coordinate value varies.

FloatingSubplot

alias of FloatingAxesHostAxes

GridHelperCurveLinear(aux_trans, extremes[, ...])

aux_trans : a transform from the source (curved) coordinate to target (rectilinear) coordinate.

Functions#

floatingaxes_class_factory(axes_class)