905a5f33e231

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Feb 2020 12:35:20 -0500
parents 425b45329fbd (current diff) 0fc8cb89809b (diff)
children a5781ceaf296 fbcdf7c9370b
branches/tags (none)
files

Changes

--- a/gnuplot	Sun Feb 23 12:35:14 2020 -0500
+++ b/gnuplot	Sun Feb 23 12:35:20 2020 -0500
@@ -9,31 +9,12 @@
 
 set grid
 
-set palette defined (0 '#fef0d9', 1 '#fdcc8a', 2 '#fc8d59', 3 '#d7301f')
-
-set linetype  1 linewidth 1.5 pointtype 7 ps 1.0 linecolor rgb '#1f78b4'
-set linetype  2 linewidth 1.5 pointtype 5 ps 1.0 linecolor rgb '#33a02c'
-set linetype  3 linewidth 1.5 pointtype 9 ps 1.4 linecolor rgb '#e31a1c'
-set linetype  4 linewidth 1.5 pointtype 7 ps 1.0 linecolor rgb '#ff7f00'
-set linetype  5 linewidth 1.5 pointtype 5 ps 1.0 linecolor rgb '#6a3d9a'
-set linetype  6 linewidth 1.5 pointtype 9 ps 1.4 linecolor rgb '#a6cee3'
-set linetype  7 linewidth 1.5 pointtype 7 ps 1.0 linecolor rgb '#b2df8a'
-set linetype  8 linewidth 1.5 pointtype 5 ps 1.0 linecolor rgb '#fb9a99'
-set linetype  9 linewidth 1.5 pointtype 9 ps 1.4 linecolor rgb '#fdbf6f'
-set linetype 10 linewidth 1.5 pointtype 7 ps 1.0 linecolor rgb '#cab2d6'
+set pointintervalbox 1.25
 
-unset linetype 11
-unset linetype 12
-unset linetype 13
-unset linetype 14
-unset linetype 15
-unset linetype 16
-unset linetype 17
-unset linetype 18
-unset linetype 19
-unset linetype 20
-
-set linetype cycle 10
+clr = "call '~/src/dotfiles/gnuplot-scripts/color.gp'"
+bwp = "call '~/src/dotfiles/gnuplot-scripts/black-and-white-points.gp'"
+bwl = "call '~/src/dotfiles/gnuplot-scripts/black-and-white-lines.gp'"
+@clr
 
 # }}}
 # Constants --------------------------------------------------------------- {{{
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gnuplot-scripts/black-and-white-lines.gp	Sun Feb 23 12:35:20 2020 -0500
@@ -0,0 +1,25 @@
+set palette defined (0 '#111111', 1 '#eeeeee')
+
+set linetype  1 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt ''
+set linetype  2 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt '-'
+set linetype  3 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt '.'
+set linetype  4 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt (10, 5, 2, 5)
+set linetype  5 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt (8, 7, 2, 7, 2, 7)
+set linetype  6 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt ''
+set linetype  7 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt '-'
+set linetype  8 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt '.'
+set linetype  9 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt (10, 5, 2, 5)
+set linetype 10 linewidth 1.25 pointtype 7 ps 1.0 linecolor rgb 'black' dt (8, 7, 2, 7, 2, 7)
+
+unset linetype 11
+unset linetype 12
+unset linetype 13
+unset linetype 14
+unset linetype 15
+unset linetype 16
+unset linetype 17
+unset linetype 18
+unset linetype 19
+unset linetype 20
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gnuplot-scripts/black-and-white-points.gp	Sun Feb 23 12:35:20 2020 -0500
@@ -0,0 +1,25 @@
+set palette defined (0 '#111111', 1 '#eeeeee')
+
+set linetype  1 linewidth 1.25 pointtype 7  ps 1.0 linecolor rgb 'black' dt ''
+set linetype  2 linewidth 1.25 pointtype 1  ps 1.1 linecolor rgb 'black' dt ''
+set linetype  3 linewidth 1.25 pointtype 9  ps 1.3 linecolor rgb 'black' dt ''
+set linetype  4 linewidth 1.25 pointtype 6  ps 1.0 linecolor rgb 'black' dt ''
+set linetype  5 linewidth 1.25 pointtype 10 ps 1.3 linecolor rgb 'black' dt ''
+set linetype  6 linewidth 1.25 pointtype 7  ps 1.0 linecolor rgb 'black' dt ''
+set linetype  7 linewidth 1.25 pointtype 1  ps 1.1 linecolor rgb 'black' dt ''
+set linetype  8 linewidth 1.25 pointtype 9  ps 1.3 linecolor rgb 'black' dt ''
+set linetype  9 linewidth 1.25 pointtype 6  ps 1.0 linecolor rgb 'black' dt ''
+set linetype 10 linewidth 1.25 pointtype 10 ps 1.3 linecolor rgb 'black' dt ''
+
+unset linetype 11
+unset linetype 12
+unset linetype 13
+unset linetype 14
+unset linetype 15
+unset linetype 16
+unset linetype 17
+unset linetype 18
+unset linetype 19
+unset linetype 20
+
+set linetype cycle 10
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gnuplot-scripts/color.gp	Sun Feb 23 12:35:20 2020 -0500
@@ -0,0 +1,49 @@
+set palette defined (0 '#fef0d9', 1 '#fdcc8a', 2 '#fc8d59', 3 '#d7301f')
+set palette defined (0 '#fef0d9', 1 '#d7301f', 2 '#fc8d59', 3 '#d7301f')
+
+set linetype  1 linewidth 1.25 pointtype 7  ps 1.0 linecolor rgb '#1f78b4'
+set linetype  2 linewidth 1.25 pointtype 1  ps 1.1 linecolor rgb '#33a02c'
+set linetype  3 linewidth 1.25 pointtype 9  ps 1.2 linecolor rgb '#e31a1c'
+set linetype  4 linewidth 1.25 pointtype 6  ps 1.0 linecolor rgb '#ff7f00'
+set linetype  5 linewidth 1.25 pointtype 10 ps 1.2 linecolor rgb '#6a3d9a'
+
+set linetype  6 linewidth 1.5 pointtype 7  ps 1.0 linecolor rgb '#a6cee3'
+set linetype  7 linewidth 1.5 pointtype 1  ps 1.1 linecolor rgb '#b2df8a'
+set linetype  8 linewidth 1.5 pointtype 9  ps 1.2 linecolor rgb '#fb9a99'
+set linetype  9 linewidth 1.5 pointtype 6  ps 1.0 linecolor rgb '#fdbf6f'
+set linetype 10 linewidth 1.5 pointtype 10 ps 1.2 linecolor rgb '#cab2d6'
+
+unset linetype 11
+unset linetype 12
+unset linetype 13
+unset linetype 14
+unset linetype 15
+unset linetype 16
+unset linetype 17
+unset linetype 18
+unset linetype 19
+unset linetype 20
+
+set linetype cycle 10
+
+palseq = "set palette defined ( \
+        0 '#FFF7EC',\
+        1 '#FEE8C8',\
+        2 '#FDD49E',\
+        3 '#FDBB84',\
+        4 '#FC8D59',\
+        5 '#EF6548',\
+        6 '#D7301F',\
+        7 '#990000' )"
+
+paldiv = "set palette defined ( \
+        0 '#B35806',\
+        1 '#E08214',\
+        2 '#FDB863',\
+        3 '#FEE0B6',\
+        4 '#D8DAEB',\
+        5 '#B2ABD2',\
+        6 '#8073AC',\
+        7 '#542788' )"
+
+@palseq