|
From: Thomas D. D. <to...@sp...> - 2015-07-10 19:13:56
|
On Ubuntu 14.04, > gnuplot ... gnuplot> set terminal x11 gnuplot> load "electron.dem" works, all plots are correct. > gnuplot ... gnuplot> set terminal qt gnuplot> load "electron.dem" Warning: slow font initializationHit return to continueqt_processTermEvent received a GE_fontprops event. This should not have happened The first plot is wrong and all others are correct. So, the problem is with the qt terminal, not the x11 terminal. Sorry for the confusion. Tom Dean |