mpl_toolkits.axisartist
#
The axisartist namespace provides a derived Axes implementation
(mpl_toolkits.axisartist.Axes
), designed to support curvilinear
grids. The biggest difference is that the artists that are responsible for
drawing axis lines, ticks, ticklabels, and axis labels are separated out from
Matplotlib's Axis class.
You can find a tutorial describing usage of axisartist at the axisartist user guide.
The submodules of the axisartist API are:
The |
|
Axislines includes modified implementation of the Axes class. |
|
An experimental support for curvilinear grid. |
|
An experimental support for curvilinear grid. |
|