Skip to content

Commit 095a6ca

Browse files
yingusxiaousjart
authored andcommitted
Reorder colors in the random order suggested by Paul Tol (#453)
See #449 for discussion.
1 parent 2c78b11 commit 095a6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorboard/components/tf_color_scale/palettes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ export const palettes = {
5858
// (https://personal.sron.nl/~pault/).
5959
tensorboardColorBlindAssist: [
6060
'#ff7043', // orange
61+
'#0077bb', // blue
6162
'#cc3311', // red
63+
'#33bbee', // cyan
6264
'#ee3377', // magenta
63-
'#0077bb', // blue
64-
'#33bbee', // cyan
6565
'#009988', // teal
6666
'#bbbbbb', // grey
6767
],

0 commit comments

Comments
 (0)