|
1 | 1 | .. module:: mpl_toolkits.axisartist |
2 | 2 |
|
3 | | -Matplotlib axisartist Toolkit |
4 | | -============================= |
| 3 | +``mpl_toolkits.axisartist`` |
| 4 | +=========================== |
5 | 5 |
|
6 | | -The *axisartist* namespace includes a derived Axes implementation ( |
7 | | -:class:`mpl_toolkits.axisartist.Axes`). The |
8 | | -biggest difference is that the artists that are responsible for drawing |
9 | | -axis lines, ticks, ticklabels, and axis labels are separated out from the |
10 | | -mpl's Axis class. This change was strongly motivated to support curvilinear grid. |
| 6 | +The *axisartist* namespace provides a derived Axes implementation |
| 7 | +(:class:`mpl_toolkits.axisartist.Axes`), designed to support curvilinear |
| 8 | +grids. The biggest difference is that the artists that are responsible for |
| 9 | +drawing axis lines, ticks, ticklabels, and axis labels are separated out from |
| 10 | +Matplotlib's Axis class. |
11 | 11 |
|
12 | | -You can find a tutorial describing usage of axisartist at the |
| 12 | +You can find a tutorial describing usage of axisartist at the |
13 | 13 | :ref:`axisartist_users-guide-index` user guide. |
14 | 14 |
|
15 | 15 | .. figure:: ../../gallery/axisartist/images/sphx_glr_demo_curvelinear_grid_001.png |
@@ -37,4 +37,3 @@ You can find a tutorial describing usage of axisartist at the |
37 | 37 | axisartist.grid_finder |
38 | 38 | axisartist.grid_helper_curvelinear |
39 | 39 | axisartist.parasite_axes |
40 | | - |
0 commit comments