Changes

Jump to navigation Jump to search
346 bytes added ,  17:37, 8 June 2020
m
no edit summary
< | [[Graphics]] | [[Math]] >
 
MPgraph is a plotting package based on [[MetaPost]].
== Example ==
{{todo|update or provides .dat files to have a MWE}} (Data on low-temperature thermal expansion coefficients downloaded from [http://cryogenics.nist.gov/]) (and more specifically [https://trc.nist.gov/cryogenics/materials/RegeneratorMaterials/Regenerator%20Materials%20rev%2009-22-06.htm on this page] but there is a need to reshape the .dat files).
<texcode>
\usemodule[graph]
\setupcolors[state=start]
\startuseMPgraphic{graph::nist}
color orange;
orange = (1,.5,0);
endgraph;
\stopuseMPgraphic
\useMPgraphic{graph::nist}
</texcode>
 
[[Image:MPgraph_example.png]]
== See also ==
[[source:m-graph.texmkiv|m-graph]] [[Category:Sciences]][[Category:Graphics]][[Category:Modules]]

Navigation menu