Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfb18b commit d62cd55Copy full SHA for d62cd55
1 file changed
lib/matplotlib/colors.py
@@ -711,6 +711,7 @@ def _repr_html_(self):
711
'<img ' +
712
'alt="' + self.name + ' color map" ' +
713
'title="' + self.name + '"' +
714
+ 'style="border: 1px solid #555;" ' +
715
'src="data:image/png;base64,' + png_base64 + '">')
716
717
0 commit comments