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 e8d998f

Browse filesBrowse files
committed
Munge indentation
1 parent 84496fa commit e8d998f
Copy full SHA for e8d998f

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎lib/matplotlib/collections.py

Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ def set_linewidth(self, lw):
481481
"""
482482
if lw is None:
483483
if (self._edge_default or
484-
mpl.rcParams['_internal.classic_mode'] or
485-
not self._is_filled):
484+
mpl.rcParams['_internal.classic_mode'] or
485+
not self._is_filled):
486486
lw = mpl.rcParams['patch.linewidth']
487487
if lw is None:
488488
lw = mpl.rcParams['lines.linewidth']

0 commit comments

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