Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ed77f6

Browse filesBrowse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #28634: Closed open div tag in color.ColorMap._repr_html_
1 parent eb4b608 commit 6ed77f6
Copy full SHA for 6ed77f6

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎lib/matplotlib/colors.py

Copy file name to clipboardExpand all lines: lib/matplotlib/colors.py
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.