We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a71010d + 60d8505 commit 43a2f2bCopy full SHA for 43a2f2b
1 file changed
datascience/tables.py
@@ -3130,9 +3130,9 @@ def to_array(self):
3130
3131
# As RGB tuples
3132
chart_colors = (
3133
- (0.0, 30/256, 66/256),
3134
- (1.0, 200/256, 44/256),
3135
- (0.0, 150/256, 207/256),
+ (0/256, 47/256, 167/256),
+ (112/256, 103/256, 0/256),
+ (0.0, 106/256, 148/256),
3136
(30/256, 100/256, 0.0),
3137
(172/256, 60/256, 72/256),
3138
)
0 commit comments