Re: Graphical plotting with Lua

2011-01-30 Thread David Kuehling
> "Delbert" == Delbert Franz writes: > Wow, I am working my way through the example files. Quite impressive. > Most of them appeared to work fine but in some the color limitations > of the display on the Nanonote were evident. Some of the outline maps > were blue on black and I could barely

Re: Graphical plotting with Lua

2011-01-23 Thread David Kuehling
> "Delbert" == Delbert Franz writes: > On Saturday 22 January 2011, David Kuehling wrote: >> >> Ok, problem fixed. the plplot .ipk package was missing some >> libraries that came with plplot (and I had them already installed >> from some earlier plplot build attempts). The -4 package versi

Re: Graphical plotting with Lua

2011-01-22 Thread Delbert Franz
On Saturday 22 January 2011, David Kuehling wrote: > > "Delbert" == Delbert Franz writes: > > >> Hi, > >> > >> I finally managed to make the Lua bindings of PLplot compile and work > >> with OpenWrt. All you need is to install those packages: > [..] > > > So glad you got this working! I h

Re: Graphical plotting with Lua

2011-01-22 Thread David Kuehling
> "Delbert" == Delbert Franz writes: >> Hi, >> >> I finally managed to make the Lua bindings of PLplot compile and work >> with OpenWrt. All you need is to install those packages: [..] > So glad you got this working! I have tried it on my machine and > cannot sort out why I get the follow

Re: Graphical plotting with Lua

2011-01-18 Thread Xiangfu Liu
On 01/16/2011 12:14 AM, David Kuehling wrote: > A TGZ with the Lua examples for PLplot is also there: > > http://mosquito.dyndns.tv/~spock/openwrt/lua-plplot-examples.tgz > I just add those example to package "nanonote-example-files" http://qi-hw.com/p/openwrt-packages/d3bb3a9 BTW: I r

Re: Graphical plotting with Lua

2011-01-16 Thread Delbert Franz
On Sunday 16 January 2011, Bart van Strien wrote: > On Sun, 2011-01-16 at 13:43 -0800, Delbert Franz wrote: > > Lua: error loading module 'plplotluac' from file > > '/usr/lib/lua/plplotluac.so': > > File not found > > > Hmm, actually this is the same error you get when a dependency o

Re: Graphical plotting with Lua

2011-01-16 Thread David Kuehling
> "Delbert" == Delbert Franz writes: >> I finally managed to make the Lua bindings of PLplot compile and work >> with OpenWrt. All you need is to install those packages: > So glad you got this working! I have tried it on my machine and > cannot sort out why I get the following message when

Re: Graphical plotting with Lua

2011-01-16 Thread Bart van Strien
On Sun, 2011-01-16 at 13:43 -0800, Delbert Franz wrote: > Lua: error loading module 'plplotluac' from file '/usr/lib/lua/plplotluac.so': > File not found Hmm, actually this is the same error you get when a dependency of that library is missing, so if it links to a library you don't ha

Re: Graphical plotting with Lua

2011-01-16 Thread Delbert Franz
> Hi, > > I finally managed to make the Lua bindings of PLplot compile and work > with OpenWrt. All you need is to install those packages: > > plplot_5.9.7-3_xburst.ipk > plplot-linuxvga_5.9.7-3_xburst.ipk > plplot-lua_5.9.7-3_xburst.ipk > svgalib_1.4.3-1_xburst.ipk > > From http://mosq

Re: Graphical plotting with Lua

2011-01-15 Thread Wolfgang Spraul
David, fantastic work as usual. We will definitely try to get this into future images... Thanks a lot, happy hacking, Wolfgang ___ Qi Hardware Discussion List Mail to list (members only): discussion@lists.en.qi-hardware.com Subscribe or Unsubscribe: htt

Graphical plotting with Lua

2011-01-15 Thread David Kuehling
Hi, I finally managed to make the Lua bindings of PLplot compile and work with OpenWrt. All you need is to install those packages: plplot_5.9.7-3_xburst.ipk plplot-linuxvga_5.9.7-3_xburst.ipk plplot-lua_5.9.7-3_xburst.ipk svgalib_1.4.3-1_xburst.ipk From http://mosquito.dyndns.tv/~spock/