Skip to content

Commit 3e391ae

Browse files
Update galleries/examples/ticks/ticks_top_right.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 255934b commit 3e391ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/ticks/ticks_top_right.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ax.tick_params(right=True, labelright=True, left=False, labelleft=False)
1111
1212
To also reposition the axes labels (xlabel/ylabel), use
13-
`.Axes.xaxis.set_label_position` and `.Axes.yaxis.set_label_position`.
13+
``Axes.xaxis.set_label_position`` and ``Axes.yaxis.set_label_position``.
1414
1515
.. note::
1616

0 commit comments

Comments
 (0)