Difference between revisions of "Gnuplot"
From orch
Line 1: | Line 1: | ||
− | + | ==== Macros ==== | |
− | + | ||
<code> | <code> | ||
T_GRAPH = "set tmargin at screen 0.99; set bmargin at screen 0.81" | 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" | B_GRAPH = "set tmargin at screen 0.74; set bmargin at screen 0.56" | ||
− | /code> | + | </code> |
Revision as of 13:45, 11 March 2016
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"