Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c72a74f

Browse files
committed
PEP8 fixes
1 parent 6b5a6a5 commit c72a74f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def _makefill(self, x, y, kw, kwargs):
282282

283283
# Ignore 'marker'-related properties as they aren't Polygon
284284
# properties, but they are Line2D properties, and so they are
285-
# likely to appear in the default cycler construction.
285+
# likely to appear in the default cycler construction.
286286
# This is done here to the defaults dictionary as opposed to the
287287
# other two dictionaries because we do want to capture when a
288288
# *user* explicitly specifies a marker which should be an error.
@@ -313,7 +313,6 @@ def _makefill(self, x, y, kw, kwargs):
313313
# Throw out 'color' as it is now handled as a facecolor
314314
default_dict.pop('color', None)
315315

316-
317316
# To get other properties set from the cycler
318317
# modify the kwargs dictionary.
319318
self._setdefaults(default_dict, kwargs)

0 commit comments

Comments
 (0)