11==============================
2- Overview of AxisArtist toolkit
2+ Overview of axisartist toolkit
33==============================
44
55.. warning ::
@@ -8,7 +8,7 @@ Overview of AxisArtist toolkit
88 As a side effect, some commands (mostly tick-related) do not work.
99
1010
11- *axisartist * contains custom Axes class that is meant to support for
11+ The *axisartist * contains custom Axes class that is meant to support for
1212curvilinear grids (e.g., the world coordinate system in astronomy).
1313Unlike mpl's original Axes class which uses Axes.xaxis and Axes.yaxis
1414to draw ticks, ticklines and etc., Axes in axisartist uses special
@@ -20,14 +20,10 @@ curved coordinate systems.
2020Since it uses a special artists, some mpl commands that work on
2121Axes.xaxis and Axes.yaxis may not work.
2222
23- AXISARTIST
24- ==========
25-
26-
27- AxisArtist
23+ axisartist
2824----------
2925
30- AxisArtist module provides a custom (and very experimental) Axes
26+ * axisartist * module provides a custom (and very experimental) Axes
3127class, where each axis (left, right, top and bottom) have a separate
3228artist associated which is responsible to draw axis-line, ticks,
3329ticklabels, label. Also, you can create your own axis, which can pass
@@ -81,7 +77,7 @@ Or a fixed axis with some offset ::
8177
8278
8379
84- AxisArtist with ParasiteAxes
80+ axisartist with ParasiteAxes
8581~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8682
8783Most commands in the axes_grid1 toolkit can take a axes_class keyword
0 commit comments