Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98cabc commit 600d761Copy full SHA for 600d761
examples/ticks_and_spines/tick_label_right.py
@@ -3,13 +3,11 @@
3
Set default y-axis tick labels on the right
4
============================================
5
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.
+We can use :rc:`ytick.labelright` (default False) and :rc:`ytick.right`
+(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``.
10
-These properties can also be set in .matplotlibrc:
-
11
-ytick.labelright
12
-ytick.labelleft
13
"""
14
15
0 commit comments