You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You would have to read through the gnuplot documentation to see if there
is such a command. It looks like "set terminal" can do it, for some
terminal types. For example, if you are using the wxt terminal you can
do "set term wxt close".
Alternatively, the window might close when the Gnuplot object goes out
of scope. This is not necessarily guaranteed though: it may depend on
the build of gnuplot (e.g. Windows vs Linux or maybe gnuplot version)
and whether the "-persist" option is used.
- Dan
On 10/12/2018 01:26 AM, Noé Paul-Gauthier wrote:
Hello,
Is there a way to close a gnuplot window using a code line (without
click on the closing cross) ?
Thank you for your help,
Paul-Gauthier Noé
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AATHcAUCpUaQQBDvbg1Km_b5v47ST5l4ks5ukFJKgaJpZM4XZBGt>.
Hello,
Is there a way to close a gnuplot window using a code line (without click on the closing cross) ?
Thank you for your help,
Paul-Gauthier Noé
The text was updated successfully, but these errors were encountered: