Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d383f7

Browse filesBrowse files
jklymakMeeseeksDev[bot]
authored andcommitted
Backport PR #12607: STY: fix whitespace and escaping
1 parent 83f03e6 commit 5d383f7
Copy full SHA for 5d383f7

File tree

Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.