|
From: KH.Moriyama <khm...@gm...> - 2017-06-01 22:56:29
|
> Thanks for the bug report. > > The issue seems to be that "set style line" tries to query the current > terminal, and in your configuration that hasn't been initialized yet. > > For now an easy work-around is to add a first line to ~/.gnuplot > > set term unknown # or anything else, just to have something set > > That will allow the "set style" commands to execute, and the real > terminal type will still be initialized normally after the ~./gnuplot file is read. > > Ethan > Yes. It worked. Thanks :-) Kiyofumi |