@hackage matplotlib0.1.1.0

Bindings to Matplotlib; a Python plotting library

Matplotlib

Build Status

Haskell bindings to Python's Matplotlib. It's high time that Haskell had a fully-fledged plotting library!

matplotlib contour plot

More info and docs forthcoming.

import Matplotlib

onscreen $ contourF (\a b -> sin (degreesRadians a) + cos (degreesRadians b)) (-100) 100 (-200) 200 10