From: Tatsuro M. <tma...@ya...> - 2018-03-15 00:38:32
|
On Ubuntu on WSL and Cygwin At first plot in gnuplot in the bash session. $ gnuplot-qt gnuplot> pl x Warning: slow font initializationgnuplot> qt_processTermEvent received a GE_fontprops event. This should not have happened plot is http://www.geocities.jp/tmgpltwin/Files/gnuplot_qt_first_20180315.png If re-execute pl x plot becomes correct. Then gnuplot> exit And re-execute gnuplot $ gnuplot-qt gnuplot> pl x Then plot is correct. Perhaps interaction between gnuplot and X-sever has some issue. Am I right? Does anyone know work around? Tatsuro |