mpl_toolkits.axisartist#

Theaxisartist namespace provides a derived Axes implementation(Axes), designed to support curvilineargrids. The biggest difference is that the artists that are responsible fordrawing axis lines, ticks, ticklabels, and axis labels are separated out fromMatplotlib's Axis class.

You can find a tutorial describing usage of axisartist at theaxisartist user guide.

../../_images/sphx_glr_demo_curvelinear_grid_001.png

Note

This module contains classes and function that were formerly part of thempl_toolkits.axes_grid module that was removed in 3.6. Additionalclasses from that older module may also be found inmpl_toolkits.axes_grid1.

The submodules of the axisartist API are:

axisartist.angle_helper

axisartist.axes_divider

axisartist.axis_artist

Theaxis_artist module implements custom artists to draw axis elements (axis lines and labels, tick lines and labels, grid lines).

axisartist.axisline_style

Provides classes to style the axis lines.

axisartist.axislines

Axislines includes modified implementation of the Axes class.

axisartist.floating_axes

An experimental support for curvilinear grid.

axisartist.grid_finder

axisartist.grid_helper_curvelinear

An experimental support for curvilinear grid.

axisartist.parasite_axes