alandefreitas / matplotplusplus

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

The window blinks a lot before the plot is shown #220

Closed yurivict closed 2 years ago

yurivict commented 2 years ago

With the gnuplot backend the plot in the window blinks many times before the plot stabilizes.

alandefreitas commented 2 years ago

It's not possible to get high-frequency updates with gnuplot, because it blinks when the pipes are updating the plot. The only option is not using draw/show more than needed ("quiet" figures), not updating as much, or coming up with another backend.