Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 600d761

Browse files
committed
tick_label_right example comment changes.
1 parent a98cabc commit 600d761

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

examples/ticks_and_spines/tick_label_right.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
Set default y-axis tick labels on the right
44
============================================
55
6-
Example to show how to change two new properties in rcParams to put yaxis tick
7-
lables on either left or right by default.
6+
We can use :rc:`ytick.labelright` (default False) and :rc:`ytick.right`
7+
(default False) and :rc:`ytick.labelleft` (default True) and :rc:`ytick.left`
8+
(default True) to control where on the axes ticks and their labels appear.
9+
These properties can also be set in the ``.matplotlib/matplotlibrc``.
810
9-
These properties can also be set in .matplotlibrc:
10-
11-
ytick.labelright
12-
ytick.labelleft
1311
"""
1412

1513

0 commit comments

Comments
 (0)