[Haskell-cafe] Plotting parametric functions in Haskell

Peter Verswyvelen bugfact at gmail.com
Mon Sep 14 05:37:34 EDT 2009


I did that once a long time ago using GTK2HS; but I don't have that
code anymore I think, it was a quick hack anyway.

Doing a search for plot on Hackage revealed
http://hackage.haskell.org/package/Chart
http://hackage.haskell.org/package/gnuplot

Maybe that helps.


On Mon, Sep 14, 2009 at 4:42 AM, Rafael Cunha de Almeida
<almeidaraf at gmail.com> 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.
>
> []'s
> Rafael
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list