lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



I've used both GnuPlot and IM from Lua, and my experience is it isn't very hard to wrap around them by 'os.execute()'.


Sandro C. Goncales kirjoitti 14.10.2006 kello 18.01:

Asko Kauppi wrote:

I'd check:

- GnuPlot    http://www.gnuplot.info/
- ImageMagick    http://www.imagemagick.org/script/index.php

Both have command line tools for that; but I'd use some other output format than JPEG, which is good for pictures but not shart graphs. PNG, or even PDF.

-asko


What I want is more "direct acess", I don't want "run" a command line to create the file, I alredy doing this with R (www.r- project.org), but the quality of graphic and performance it isn't good.

Sandro