[haskell-gnuplot] [Haskell-cafe] Plotting Vectors with GnuPlot Wrapper

Henning Thielemann lemming at henning-thielemann.de
Sat Jul 17 08:34:26 EDT 2010


Maryam Moghadas schrieb:
> Hi
> When I use Vectors as a PlotStyle in Graphics.Gnuplot.Simple, the output
> curve.gp <http://curve.gp> and curve0.csv is not generated correctly.
> For example when I write in ghci:
> 
> plotPathStyle [] (PlotStyle Vectors (DefaultStyle 1)) [(1,1),(2,7)]

Yes, my wrapper could not handle this correctly. Please try the latest
version from
   http://code.haskell.org/gnuplot/
and its advanced interface as demonstrated in
   http://code.haskell.org/gnuplot/src/Demo.hs

You may also want to subscribe to
   http://projects.haskell.org/cgi-bin/mailman/listinfo/gnuplot/




More information about the Gnuplot mailing list