Haskell practice -- Plotting library

Hi, I've been playing with Haskell for a while. In order to improve my Haskell skills and also due to the lack of an intuitive plotting library, I decided to write a simplified plotting interface for the haskell-chart library. Any comments or suggestions would be very welcome! https://github.com/kaizhang/haskell-plot Kai

The current chart API is verbose, and its nice to see people thinking about
improving it.
The best place to discuss this is probably on the chart mailing list:
http://projects.haskell.org/cgi-bin/mailman/listinfo/chart
Tim
On 25 Mar 2014 14:58, "Kai Zhang"
Hi,
I've been playing with Haskell for a while. In order to improve my Haskell skills and also due to the lack of an intuitive plotting library, I decided to write a simplified plotting interface for the haskell-chart library. Any comments or suggestions would be very welcome! https://github.com/kaizhang/haskell-plot
Kai
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (2)
-
Kai Zhang
-
Tim Docker