alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.24k stars 325 forks source link

No need to show the line 'Press ENTER to continue...' #219

Closed yurivict closed 2 years ago

yurivict commented 2 years ago

With the gnuplot backend the show() function shows the window with the plot, and also displays the message Press ENTER to continue... which expects ENTER to be pressed.

There is no need to require the user to make 2 clicks to move on. Just closing the window should be sufficient.

alandefreitas commented 2 years ago

Just closing the window should be sufficient

That's not possible with Gnuplot because pipes are unidirectional.