10000 Merge pull request #28634 from pirsquared/main · matplotlib/matplotlib@5c87b78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c87b78

Browse files
authored
Merge pull request #28634 from pirsquared/main
Closed open div tag in color.ColorMap._repr_html_
2 parents 7abb3ba + a19303b commit 5c87b78

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
@@ -960,6 +960,7 @@ def color_block(color):
960960
'</div>'
961961
'<div style="float: right;">'
962962
f'over {color_block(self.get_over())}'
963+
'</div>'
963964
'</div>')
964965

965966
def copy(self):

0 commit comments

Comments
 (0)
0