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

Skip to content

Commit 3a475c3

Browse files
committed
added comment
1 parent 4b2f105 commit 3a475c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/colors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,7 @@ def __init__(self, vcenter=0, halfrange=None, clip=False):
12901290
array([0.25, 0.5 , 1. ])
12911291
"""
12921292
self._vcenter = vcenter
1293+
# calling the halfrange setter to set vmin and vmax
12931294
self.halfrange = halfrange
12941295
self.clip = clip
12951296

0 commit comments

Comments
 (0)