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

Skip to content

Commit 426353c

Browse files
committed
pep8 fixes
1 parent fc8ce8c commit 426353c

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
@@ -166,6 +166,7 @@ class BasePiecewiseLinearNorm(BaseNormMixin):
166166
normclass = mcolors.PiecewiseLinearNorm
167167
test_inverse = False
168168

169+
169170
class test_PiecewiseLinearNorm_Even(BasePiecewiseLinearNorm):
170171
def setup(self):
171172
self.norm = self.normclass(vmin=-1, vcenter=0, vmax=4)
@@ -298,6 +299,7 @@ def test_offset_norm_img():
298299
img2 = ax2.imshow(Z, cmap=cmap, norm=norm)
299300
cbar2 = fig.colorbar(img2, ax=ax2)
300301

302+
301303
def test_SymLogNorm():
302304
"""
303305
Test SymLogNorm behavior

0 commit comments

Comments
 (0)