|
From: Gunter K. <gu...@pe...> - 2018-07-18 17:10:17
|
I hate finding threads in the internet that don't contain a solution =>
writing how far I got:
- Windows allows to open applications with and without a console.
Opening gnuplot (or wgnuplot) causes 100% of one CPU to be consumed.
- Windows allows to hide the console. If the console of gnuplot or
wgnuplot is hidden the plot window is hidden, too.
=> I can open gnuplot with a console and show the console and will get a
plot - and a superfluous window. But I guess I can live with that.
And I have to add a 3-line construct to my file in order to make the
console window autoclose whilst keeping the window live (aka reacting to
the mouse):
bind "Close" "exit gnuplot"
pause mouse close
exit
Kind regards,
Gunter.
|