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

Skip to content

Commit e94926e

Browse files
committed
PEP8
1 parent b4f510a commit e94926e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,8 @@ def __init__(self, fig, rect,
508508
if axisbg is None:
509509
axisbg = rcParams['axes.facecolor']
510510
else:
511-
cbook.warn_deprecated('2.0', name='axisbg', alternative='facecolor')
511+
cbook.warn_deprecated(
512+
'2.0', name='axisbg', alternative='facecolor')
512513
self._axisbg = axisbg
513514
self._frameon = frameon
514515
self._axisbelow = rcParams['axes.axisbelow']

0 commit comments

Comments
 (0)