How do i make wgnuplot.exe terminate at end of .plt file?

心已入冬 提交于 2019-12-25 02:58:33

问题


I'm using gnuplot on Windows. When I execute my filename.plt-file directly via double clicking it spawns an instance of wgnuplot.exe, which doesn't terminate after finishing.

My code is very simple like this and just prints to a pdf.

Do any of you know how I can make wgnuplot.exe terminate automatically after finishing the file? Thanks


回答1:


I do also see this problem, tested with 4.6.5. Strangely it doesn't work to put an exit at the end of the file (typing exit in the wgnuplot shell closes it).

For me it works fine if I assiciate the gnuplot.exe binary instead of wgnuplot.exe with .plt files.



来源:https://stackoverflow.com/questions/24203126/how-do-i-make-wgnuplot-exe-terminate-at-end-of-plt-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!