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

Skip to content

Commit 575a244

Browse files
committed
add blank line between bivariate classes
1 parent 0178730 commit 575a244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,7 @@ def __call__(self, value, clip=None):
13751375
def inverse(self, value):
13761376
return value
13771377

1378+
13781379
class BivariateNorm:
13791380
"""
13801381
Normalize a list of two values corresponding to two 1D normalizers

0 commit comments

Comments
 (0)