Hello David, I have a questiona about your ports Octave + PLPlot? It is possibe to plot from the Octave or are there still issues?
I was curious about your "plplot-octave" package so I installed it and I tried to do something (Octave says "Use PLplot: on"): a=[1 2 3] b=[1 2 3] plot(a,b) But the result is: octave:3> plot(a,b) error: File not found error: called from: error: plsstrm at line 3579, column 1 error: /usr/share/plplot_octave/figure.m at line 88, column 1 error: /usr/share/plplot_octave/support/__pl_init.m at line 20, column 5 error: /usr/share/plplot_octave/support/__plt__.m at line 21, column 8 error: /usr/share/plplot_octave/plot.m at line 56, column 3 Is it an expected behaviour or there is something wrong on my side? I have latest official software image (I have got a second NanoNote for experiementing). Your Gnuplot works wll on the asme NanoNote (thank you very much for the Gnuplot!) Best regards, Jiri Brozovsky On Tue, 04 Jan 2011 18:18:18 +0100, David Kuehling <[email protected]> wrote: > Well, plplot does not work stably with the Qt display driver, and there > is no other option to get screen output. Plplot+Octave+Binding+Qt must > be millions of lines of code working together. I'm currently out of > ideas how the crash can be narrowed down and how it could be fixed. > > Next try is to go for gnuplot with libggi driver drawing to the > framebuffer. Let's see how that works out. > > David _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

