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 e94926e

Browse filesBrowse files
committed
PEP8
1 parent b4f510a commit e94926e
Copy full SHA for e94926e

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-1
lines changed

‎lib/matplotlib/axes/_base.py

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