|
From: Hernán G. A. <as...@gm...> - 2011-07-03 04:22:48
|
Hi, Gnuplot 4.4 binaries included in ubuntu do not support full readline features. I always manage that issue by installing gnuplot from source. Download sources from www.gnuplot.info Compile and link it using gnu readline option: cd gnuplot ./configure --with-readline=gnu make sudo make install this should solve your problems. I don't know if there are other way to fix the original gnuplot binaries distributed with ubuntu. Cheers, Hernán On Sat, Jul 2, 2011 at 20:17, stafusa <st...@gm...> wrote: > > > Wizard847 wrote: > > > > I am experiencing the same problem. In addition, with the new version of > > gnuplot for ubuntu I also lost the possibility to use "tab" button to > > complete the file names. > > > > Hey. Just tested and this feature actually does work for me. But I also > would think that the solutions for both problems should be linked. > > Cheers. > -- > View this message in context: > http://old.nabble.com/efficient-history-search-tp31964384p31981527.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |