diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-10-30 11:48:16 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-10-30 11:48:16 -0400 |
commit | d3cc45541e47aec346f42af3dd054f6d47dc34b3 (patch) | |
tree | 84c2acfe5bb82a4d7c778b4ce94ebb30e886607a /fig-stiffnesses.gplot | |
parent | 2311327bbfbfd96470a5d1c9cf559376ec8eafe9 (diff) | |
download | PRB_102_075129-d3cc45541e47aec346f42af3dd054f6d47dc34b3.tar.gz PRB_102_075129-d3cc45541e47aec346f42af3dd054f6d47dc34b3.tar.bz2 PRB_102_075129-d3cc45541e47aec346f42af3dd054f6d47dc34b3.zip |
colorblind friendly figure
Diffstat (limited to 'fig-stiffnesses.gplot')
-rw-r--r-- | fig-stiffnesses.gplot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fig-stiffnesses.gplot b/fig-stiffnesses.gplot index 9fa686e..2ccfc70 100644 --- a/fig-stiffnesses.gplot +++ b/fig-stiffnesses.gplot @@ -2,8 +2,8 @@ # colors cc1 = "#5e81b5" cc2 = "#e19c24" -cc3 = "#6fa012" -cc4 = "#eb6235" +cc3 = "#1a85ff" +cc4 = "#d41159" Tc = 17.26 @@ -22,7 +22,7 @@ c2 = 120.462 C20(T) = a2 - b2 * T**2 / (c2 + T) set terminal epslatex size 8.68cm, 6.5cm standalone header \ - '\usepackage{xcolor}\definecolor{mathc3}{HTML}{6fa012}\definecolor{mathc4}{HTML}{eb6235}' + '\usepackage{xcolor}\definecolor{mathc3}{HTML}{1a85ff}\definecolor{mathc4}{HTML}{d41159}' set output "fig-stiffnesses.tex" set multiplot layout 2, 2 margins 0.1, 0.88, 0.1, 0.99 spacing 0.01, 0.01 |