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 df1cd26 commit 64faef0Copy full SHA for 64faef0
lib/matplotlib/colors.py
@@ -745,7 +745,7 @@ def color_block(color):
745
'title="' + self.name + '" ' +
746
'style="border: 1px solid #555;" ' +
747
'src="data:image/png;base64,' + png_base64 + '"></div>' +
748
- '<div style="vertical-align: middle; width: 402px; ' +
+ '<div style="vertical-align: middle; max-width: 402px; ' +
749
'display: flex; justify-content: space-between;">' +
750
'<div style="float: left;">' +
751
color_block(self.get_under()) + ' under' +
0 commit comments