File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
lib/mpl_toolkits/axisartist Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
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:
8
7
9
8
10
9
* "top" and "bottom" x-axis (or "left" and "right" y-axis) can have
You can’t perform that action at this time.
0 commit comments