How can I show gnuplot's default line styles (for a given output terminal)?
I see that if I define my own line style, I can show it. But it doesn't show the specification of the default styles as displayed by the test
command.
gnuplot> show style line
gnuplot> set style line 44 lt 2 lc rgb "green" lw 2
gnuplot> show style line
linestyle 44, linetype 2 linecolor rgb "green" linewidth 2.000 pointtype 2 pointsize default pointinterval 0
I'd like to see the specification of the default line style colors so that I can use corresponding colors in the web page that will include my plot.
Note that I am not asking "how do I draw a particular line style", or "how do I graphically display what the line styles look like" (test command). I am asking how to list the (text) description of default line styles.