Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Gnuplot window active #4

Open
Muxed0 opened this issue Jan 20, 2022 · 0 comments
Open

Keep Gnuplot window active #4

Muxed0 opened this issue Jan 20, 2022 · 0 comments

Comments

@Muxed0
Copy link

Muxed0 commented Jan 20, 2022

After plotting some data, say a 3d surface, usually Gnuplot will allow you to orbit pan and zoom, but when using this through a c++ program, the window just exists and you cannot interact with the figure. Keeping my program from exiting will not prevent this as it seems that the window generates as the pipe goes out of scope but immediately stops responding to any and all interaction.

Would it be possible to make it so the window stays active until it is manually closed? I know that matplotlib does something like this where the program will halt when the window is generated and keep going once it is closed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant