File: colors_mono.gp

package info (click to toggle)
gnuplot 6.0.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,960 kB
  • sloc: ansic: 95,874; cpp: 7,199; makefile: 2,470; javascript: 2,339; sh: 1,531; lisp: 664; perl: 304; pascal: 191; tcl: 88; python: 46
file content (13 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Provide a consistent set of four distinguishable
# black line types.
# NB: This does not work with "set term post mono"
#
unset for [i=1:8] linetype i
set linetype 4 dt 1 lw 2 lc rgb "black"
set linetype 3 dt 3 lw 1.5 lc rgb "black"
set linetype 2 dt 2 lw 1.5 lc rgb "black"
set linetype 1 dt solid lw 1 lc rgb "black"
set linetype cycle 4
#
set palette gray