Re: [Plplot-general] real-time plplot too slow

2014-04-15 Thread Alan W. Irwin
On 2014-04-15 12:10-0600 Derek Lamb wrote: > plshades is too slow for just about every imaginable real-world application, > as far as I've been able to tell. If memory serves correctly, even if you > output to a PDF and open in your favorite reader, it will render incredibly > slowly. Ineffic

Re: [Plplot-general] real-time plplot too slow

2014-04-15 Thread Derek Lamb
plshades is too slow for just about every imaginable real-world application, as far as I've been able to tell. If memory serves correctly, even if you output to a PDF and open in your favorite reader, it will render incredibly slowly. Inefficiencies in the way the color tables are calculated,

[Plplot-general] real-time plplot too slow

2014-04-15 Thread Owens, Thomas
I have a real-time plotting application with multiple plots in one window that I would like to speed up some. The code is plspage(0,0,2000,430,0,0); plsdev("xwin"); plsetopt("drvopt","nobuffered=1"); plinit(); plssub(2,1); while(1){ //get updated data getdataPlot1(data_1); getdataPlot2(d

[Plplot-general] real-time plplot

2013-11-27 Thread Owens, Thomas
I have a real-time plotting application with multiple plots in one window that I would like to speed up some. The code is plspage(0,0,2000,430,0,0); plsdev("xwin"); plsetopt("drvopt","nobuffered=1"); plinit(); plssub(2,1); while(1){ //get updated data getdataPlot1(data_1); getdataPlot2(d