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

Skip to content

Commit 9328880

Browse files
jkseppanjklymak
authored andcommitted
pep8 fixes
1 parent f1ae3cf commit 9328880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_colors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ class BasePiecewiseLinearNorm(BaseNormMixin):
287287
normclass = mcolors.PiecewiseLinearNorm
288288
test_inverse = False
289289

290+
290291
class test_PiecewiseLinearNorm_Even(BasePiecewiseLinearNorm):
291292
def setup(self):
292293
self.norm = self.normclass(vmin=-1, vcenter=0, vmax=4)
@@ -419,6 +420,7 @@ def test_offset_norm_img():
419420
img2 = ax2.imshow(Z, cmap=cmap, norm=norm)
420421
cbar2 = fig.colorbar(img2, ax=ax2)
421422

423+
422424
def test_SymLogNorm():
423425
"""
424426
Test SymLogNorm behavior

0 commit comments

Comments
 (0)