On my Ubuntu 14.04, I installed gnuplot using apt-get install gnuplot-x11
. It's working fine except that when I tab complete a filename, it adds and extra space which I need to manually delete. This is somewhat annoying. Is there any way to fix it?
gnuplot> pl 'embedded_attractor.dat ' w l
warning: Skipping unreadable file "embedded_attractor.dat "
No data in plot
gnuplot> pl 'embedded_attractor.dat' w l
gnuplot>