[Haskell-cafe] Plotting parametric functions in Haskell
Henning Thielemann
lemming at henning-thielemann.de
Mon Sep 14 09:11:27 EDT 2009
On Sun, 13 Sep 2009, Rafael Cunha de Almeida wrote:
> Hello,
>
> I think it would be interesting to plot and visualize parametric (and
> other kind of functions) using the haskell language to define them
> [functions]. Does anyone know about some software or API that does just
> that? I started writing a plotter to do that using hopengl. But my
> computer graphics skills are rather bad and I couldn't produce anything
> really useful.
Do you mean something like the gnuplot wrapper?
http://hackage.haskell.org/package/gnuplot
More information about the Haskell-Cafe
mailing list