Skip to content

Commit 4702523

Browse files
committed
fix colors variable
1 parent f46b00f commit 4702523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3061,7 +3061,7 @@ def __init__(self, hist_data, group_labels,
30613061
self.start = []
30623062
self.end = []
30633063
if colors:
3064-
self.colors = 'colors'
3064+
self.colors = colors
30653065
else:
30663066
self.colors = [
30673067
"rgb(31, 119, 180)", "rgb(255, 127, 14)",

0 commit comments

Comments
 (0)