Skip to content

Commit

Permalink
Reorder colors in the random order suggested by Paul Tol (tensorflow#453
Browse files Browse the repository at this point in the history
)

See tensorflow#449 for discussion.
  • Loading branch information
yingusxiaous authored and jart committed Sep 6, 2017
1 parent 4e60824 commit 02d141c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorboard/components/tf_color_scale/palettes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export const palettes = {
// (https://personal.sron.nl/~pault/).
tensorboardColorBlindAssist: [
'#ff7043', // orange
'#0077bb', // blue
'#cc3311', // red
'#33bbee', // cyan
'#ee3377', // magenta
'#0077bb', // blue
'#33bbee', // cyan
'#009988', // teal
'#bbbbbb', // grey
],
Expand Down

0 comments on commit 02d141c

Please sign in to comment.