Search code examples
haskellgraphplot

Plotting a graph using Haskell


Is that possible to plot a simple graph using Haskell ? Can any of you show me how to do that ?

The graph should contain at lest 3 points


Solution

  • haskell-chart seems to be good.

    The wiki contains a list of graphs drawn using that package.