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 fb2e928

Browse filesBrowse files
author
James Evans
committed
Updated to follow mpl style rules.
1 parent c00bef1 commit fb2e928
Copy full SHA for fb2e928

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_qt5agg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5agg.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def paintEvent(self, e):
7272
shown onscreen.
7373
"""
7474
# If we have not rendered the Agg backend yet, do so now.
75-
if not hasattr( self, 'renderer' ):
75+
if not hasattr(self, 'renderer'):
7676
FigureCanvasAgg.draw(self)
7777

7878
# FigureCanvasQT.paintEvent(self, e)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.