Skip to content

Commit 195030b

Browse files
authored
Merge pull request #19192 from aflah02/docupdate
Fixed part of Issue - #19100, changed documentation for axisartist
2 parents d0f8f81 + 601c8bb commit 195030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/axisartist/axis_artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
Ticks are by default direct opposite side of the ticklabels. To make ticks to
7474
the same side of the ticklabels, ::
7575
76-
ax.axis["bottom"].major_ticks.set_ticks_out(True)
76+
ax.axis["bottom"].major_ticks.set_tick_out(True)
7777
7878
The following attributes can be customized (use the ``set_xxx`` methods):
7979

0 commit comments

Comments
 (0)