Is there a Haskell library for drawing plots similar to MATLAB, scilab or matplotlib? They all have very simple interfaces, which work like a state machine:
plot
What about gnuplot?
For example, plotList from Graphics.Gnuplot.Simple:
plotList
Graphics.Gnuplot.Simple
plotList [] [(1, 1), (2, 2), (3, 3)]