@@ -17,22 +17,22 @@ curved coordinate systems.
1717
1818.. plot :: mpl_toolkits/axisartist/examples/demo_floating_axis.py
1919
20- Since it uses a special artists, some mpl commands that work on
20+ Since it uses special artists, some mpl commands that work on
2121Axes.xaxis and Axes.yaxis may not work.
2222
2323axisartist
2424----------
2525
2626*axisartist * module provides a custom (and very experimental) Axes
2727class, where each axis (left, right, top and bottom) have a separate
28- artist associated which is responsible to draw axis-line, ticks,
28+ associated artist which is responsible to draw axis-line, ticks,
2929ticklabels, label. Also, you can create your own axis, which can pass
3030through a fixed position in the axes coordinate, or a fixed position
3131in the data coordinate (i.e., the axis floats around when viewlimit
3232changes).
3333
34- The axes class, by default, have its xaxis and yaxis invisible, and
35- has 4 additional artists which are responsible to draw axis in
34+ The axes class, by default, has its xaxis and yaxis invisible, and
35+ has 4 additional artists which are responsible for drawing the 4 axis sides in
3636"left","right","bottom" and "top". They are accessed as
3737ax.axis["left"], ax.axis["right"], and so on, i.e., ax.axis is a
3838dictionary that contains artists (note that ax.axis is still a
0 commit comments