File: colors_podo.gp

package info (click to toggle)
gnuplot 5.2.6%2Bdfsg1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,968 kB
  • sloc: ansic: 81,983; cpp: 7,323; makefile: 2,186; sh: 1,542; lisp: 667; perl: 302; pascal: 194; tcl: 88; python: 46
file content (12 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
# Palette of colors selected to be easily distinguishable by
# color-blind individuals with either protanopia or deuteranopia
# Bang Wong [2011] Nature Methods 8, 441.
set linetype 1 lc rgb "black"
set linetype 2 lc rgb "#e69f00"
set linetype 3 lc rgb "#56b4e9"
set linetype 4 lc rgb "#009e73"
set linetype 5 lc rgb "#f0e442"
set linetype 6 lc rgb "#0072b2"
set linetype 7 lc rgb "#d55e00"
set linetype 8 lc rgb "#cc79a7"
set linetype cycle 8