Skip to content

Commit 6fa1e5a

Browse files
authored
Merge pull request #12621 from meeseeksmachine/auto-backport-of-pr-12607-on-v3.0.x
Backport PR #12607 on branch v3.0.x (STY: fix whitespace and escaping)
2 parents 8a4418a + 5d383f7 commit 6fa1e5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2730,7 +2730,7 @@ def grid(self, b=None, which='major', axis='both', **kwargs):
27302730

27312731
def ticklabel_format(self, *, axis='both', style='', scilimits=None,
27322732
useOffset=None, useLocale=None, useMathText=None):
2733-
"""
2733+
r"""
27342734
Change the `~matplotlib.ticker.ScalarFormatter` used by
27352735
default for linear axes.
27362736

lib/matplotlib/pyplot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,6 @@ def rgrids(*args, **kwargs):
17041704
return ( silent_list('Line2D rgridline', lines),
17051705
silent_list('Text rgridlabel', labels) )
17061706

1707-
17081707
def thetagrids(*args, **kwargs):
17091708
"""
17101709
Get or set the theta gridlines on the current polar plot.

0 commit comments

Comments
 (0)