@@ -17,22 +17,22 @@ curved coordinate systems.
17
17
18
18
.. plot :: mpl_toolkits/axisartist/examples/demo_floating_axis.py
19
19
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
21
21
Axes.xaxis and Axes.yaxis may not work.
22
22
23
23
axisartist
24
24
----------
25
25
26
26
*axisartist * module provides a custom (and very experimental) Axes
27
27
class, 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,
29
29
ticklabels, label. Also, you can create your own axis, which can pass
30
30
through a fixed position in the axes coordinate, or a fixed position
31
31
in the data coordinate (i.e., the axis floats around when viewlimit
32
32
changes).
33
33
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
36
36
"left","right","bottom" and "top". They are accessed as
37
37
ax.axis["left"], ax.axis["right"], and so on, i.e., ax.axis is a
38
38
dictionary that contains artists (note that ax.axis is still a
0 commit comments