8000 Merge pull request #12622 from jklymak/fix_30x · matplotlib/matplotlib@67e1413 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67e1413

Browse files
authored
Merge pull request #12622 from jklymak/fix_30x
FIX: flake8errors 3.0.x mergeup
2 parents 9e2b60a + ab7fc7b commit 67e1413

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/matplotlib/pyplot.py

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

1707+
17071708
def thetagrids(*args, **kwargs):
17081709
"""
17091710
Get or set the theta gridlines on the current polar plot.

lib/mpl_toolkits/axisartist/axis_artist.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -854,9 +854,6 @@ def __init__(self, axes,
854854
self._axislabel_add_angle = 0.
855855
self.set_axis_direction(axis_direction)
856856

857-
858-
# axis direction
859-
860857
def set_axis_direction(self, axis_direction):
861858
"""
862859
Adjust the direction, text angle, text alignment of

0 commit comments

Comments
 (0)
0