Difference between revisions of "Gnuplot"

From orch
Jump to: navigation, search
(Macros)
(Macros)
Line 1: Line 1:
  
 
==== Macros ====
 
==== Macros ====
 +
 +
<code> a </code>
  
 
<code> T_GRAPH = "set tmargin at screen 0.99; set bmargin at screen 0.81"  
 
<code> 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" </code>
 
B_GRAPH = "set tmargin at screen 0.74; set bmargin at screen 0.56" </code>

Revision as of 14:47, 11 March 2016

Macros

a

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"