8000 Update axislines.py · matplotlib/matplotlib@8dda44b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dda44b

Browse files
authored
Update axislines.py
1 parent a0db370 commit 8dda44b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/mpl_toolkits/axisartist/axislines.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
"""
22
Axislines includes modified implementation of the Axes class. The
3-
biggest difference is that the artists responsible to draw axis line,
4-
ticks, ticklabel and axis labels are separated out from the mpl's Axis
5-
class, which are much more than artists in the original
6-
mpl. Originally, this change was motivated to support curvilinear
7-
grid. Here are a few reasons that I came up with new axes class.
3+
biggest difference is that the artists responsible for drawing the axis spine,
4+
ticks, ticklabels and axis labels are separated out from mpl's Axis
5+
class. Originally, this change was motivated to support curvilinear
6+
grid. Here are a few reasons that I came up with a new axes class:
87
98
109
* "top" and "bottom" x-axis (or "left" and "right" y-axis) can have

0 commit comments

Comments
 (0)
0