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

Skip to content

Commit e8d998f

Browse files
committed
Munge indentation
1 parent 84496fa commit e8d998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/collections.py

Lines 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)