[Haskell] 2-D Plots, graphical representation of massive data

John Meacham john at repetae.net
Thu Aug 26 19:12:48 EDT 2004


Probably the easiest way would be to have haskell call the external
'gnuplot' program directly.
http://www.gnuplot.info/

it should not be hard to write out a datafile and use System.system to
call gnuplot with the correct options.

However a matlab(octave) interface for haskell would be a useful
project. What would be cooler (IMHO) would be brining all of matlabs
functionality into haskell via haskell libraries so one may use 'ghci'
sort of as one uses matlab, but with the advantages haskell brings.
        John
-- 
John Meacham - ⑆repetae.net⑆john⑈ 


More information about the Haskell mailing list