Difference between revisions of "Gnuplot"
From orch
(→First script) |
(→First script) |
||
Line 9: | Line 9: | ||
set style line 1 linetype 1 linecolor rgb "696969" linewidth 3.0 pointtype 1 | set style line 1 linetype 1 linecolor rgb "696969" linewidth 3.0 pointtype 1 | ||
set style line 2 linetype 1 linecolor rob "FF6600" linewidth 3.0 pointtype 1 | set style line 2 linetype 1 linecolor rob "FF6600" linewidth 3.0 pointtype 1 | ||
+ | </code> | ||
+ | |||
+ | <code> | ||
+ | set output "graph.eps" | ||
</code> | </code> | ||
Revision as of 13:59, 11 March 2016
First script
set terminal postscript eps enhanced color "Times-Roman" 20
set style line 1 linetype 1 linecolor rgb "696969" linewidth 3.0 pointtype 1 set style line 2 linetype 1 linecolor rob "FF6600" linewidth 3.0 pointtype 1
set output "graph.eps"
Macros
T_GRAPH = "set tmargin at screen 0.99; set bmargin at screen 0.81" B_GRAPH = "set tmargin at screen 0.74; set bmargin at screen 0.56"
L_GRAPH = "set lmargin at screen 0.12; set rmargin at screen 0.45" R_GRAPH = "set lmargin at screen 0.61; set rmargin at screen 0.94"