Difference between revisions of "Gnuplot"
From orch
(→Macros) |
(→Macros) |
||
Line 6: | Line 6: | ||
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> | ||
+ | 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" | ||
</code> | </code> |
Revision as of 13:54, 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"
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"