8000 Trivial change · proplot-dev/proplot@1d43376 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d43376

Browse files
committed
Trivial change
1 parent 7a8e965 commit 1d43376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proplot/axes/cartesian.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def format(
651651
is :rc:`ticklen`.
652652
653653
Minor tick lengths are scaled according
654-
to :rc:`ticklenratio`. Use e.g. ``ax.format(ticklen=1)`` to
654+
to :rc:`tick.lenratio`. Use e.g. ``ax.format(ticklen=1)`` to
655655
set for both axes.
656656
fixticks : bool, optional
657657
Whether to always transform the tick locators to a
@@ -924,7 +924,7 @@ def format(
924924
if ticklen is not None:
925925
kwticks['size'] = units(ticklen, 'pt')
926926
if which == 'minor':
927-
kwticks['size'] *= rc['ticklenratio']
927+
kwticks['size'] *= rc['tick.lenratio']
928928

929929
# Grid style and toggling
930930
name = 'grid' if which == 'major' else 'gridminor'

0 commit comments

Comments
 (0)
0