Last active
January 24, 2018 22:30
-
-
Save roguephysicist/7601900 to your computer and use it in GitHub Desktop.
gnuplot: line styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set style line 1 dt 1 lc rgb "#6c71c4" lw 1.0 #violet | |
set style line 2 dt 1 lc rgb "#859900" lw 1.0 #green | |
set style line 3 dt 1 lc rgb "#cb4b16" lw 1.0 #orange | |
set style line 4 dt 1 lc rgb "#2aa198" lw 1.0 #cyan | |
set style line 5 dt 1 lc rgb "#dc322f" lw 1.0 #red | |
set style line 6 dt 1 lc rgb "#268bd2" lw 1.0 #blue | |
set style line 7 dt 1 lc rgb "#d33682" lw 1.0 #magenta | |
set style line 8 dt 1 lc rgb "#b58900" lw 1.0 #yellow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment