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

Doesn't pause when I write figure to file and pipe it to gnuplot #23

Open
YjyJeff opened this issue May 17, 2017 · 1 comment
Open

Doesn't pause when I write figure to file and pipe it to gnuplot #23

YjyJeff opened this issue May 17, 2017 · 1 comment

Comments

@YjyJeff
Copy link

YjyJeff commented May 17, 2017

I want to store figure to a file and then pipe it to gnuplot to show the figure. figure.show() method works well. But when I pipe the file that I wrote to to gnuplot, it quit immediately. I tried to add a pause command in the end. However, it doesn't work.

@SiegeLord
Copy link
Owner

You need to do gnuplot -p < your_file. -p makes it persist after running.

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

2 participants