Skip to content

Commit d4dbc7e

Browse files
authored
Update util.py
Fixing matplotlib color errors
1 parent 719c9b6 commit d4dbc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybenchfunction/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from PIL import Image
88

99

10-
cmap = [(0, '#2f9599'), (0.45, '#eee'), (1, '#8800ff')]
10+
cmap = [(0, '#2f9599'), (0.45, '#eeeeee'), (1, '#8800ff')]
1111
cmap = cm.colors.LinearSegmentedColormap.from_list('Custom', cmap, N=256)
1212

1313

0 commit comments

Comments
 (0)