[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Time Series Plotting with Lua
- From: Wesley Smith <wesley.hoke@...>
- Date: Wed, 29 Dec 2010 00:26:14 +0000
On Wed, Dec 29, 2010 at 12:20 AM, beo wulf <beowulf@intamp.com> wrote:
> Is there any library for time series plotting with lua? Perferably something
> that integrates directly into OpenGL or some GUI.
The most basic way to get started is probably to use something like
gnuplot to generate an image and load in the plot as a texture.
Otherwise, I've not seen anything that does plotting with OpenGL.
wes