|
From: Shigeharu T. <sh...@ie...> - 2020-08-28 05:35:48
|
shige 08/28 2020
----------------
Tait wrote at 2020-06-09:
| I ran gp54rc1-win64-mingw.exe downloaded from SF.
...
| I wanted to try the Windows terminal, too, but it hangs for a
| few seconds and then crashes, seemingly no matter what I try to
| plot.
Currently, I can't download the binary from SF.
Well, I build windows binary from gnuplot source version 5.4.0 by
msys2-mingw64, and I ran it with wxt terminal as
gnuplot.exe -e "set term wxt; cd 'demo' ; load 'all.dem'"
then it works fine.
For windows terminal, certainly
gnuplot.exe -e "set term win; cd 'demo' ; load 'all.dem'"
crashes as reported.
But, when I specify the window size explicitly as
gnuplot.exe -e "set term win size 640,400; cd 'demo' ; load 'all.dem'"
it works fine. Please try.
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|