Skip to content

Commit a19303b

Browse files
committed
Closed open div tag in color.ColorMap._repr_html_
1 parent f7b3def commit a19303b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/colors.py

+1
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)