7 Nov 2003 17:58
A problem with graph.mp
Martin Buchmann <Martin_Buchmann <at> gmx.net>
2003-11-07 16:58:18 GMT
2003-11-07 16:58:18 GMT
Hi, i'm thinking about using metapost to draw some graphs from data. I tried the graph package and it looks very good. But i now i'm running into some trouble. I want to draw a data set twice, one time with dots and one time with a line. So i tried: prologues:=1; input graph beginfig(1); draw begingraph(10cm,10cm); gdraw "alcu-phd.dat" plot btex $\bullet$ etex withpen pencircle; endgraph; endfig; end as suggested in the manual. FYI my data looks like this: <--- alcu-phd.dat ---> 0.000 660.45 liquidus: wt\% Cu, T 0.492 657.45 0.988 654.45 1.486 651.45 1.987 648.45(Continue reading)
RSS Feed