Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@ def grid(self, b=None, which='major', axis='both', **kwargs):

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

Expand Down
1 change: 0 additions & 1 deletion lib/matplotlib/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,6 @@ def rgrids(*args, **kwargs):
return ( silent_list('Line2D rgridline', lines),
silent_list('Text rgridlabel', labels) )


def thetagrids(*args, **kwargs):
"""
Get or set the theta gridlines on the current polar plot.
Expand Down