Replies: 1 comment 2 replies
-
You're not doing anything incorrectly. It's a limitation with the backend, which is based on process pipes. You might try using another gnuplot terminal, but updating plots very frequently is unlikely to work without these flashes because the pipe is redrawing the whole figure. We're working on another backend but this is going to take a while. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to live plot an algorithm I'm developing, however, when updating the axis, the plot does a quick flash. This makes things unusable when updating too frequently. It also doesn't appear to matter what I'm changing - something as small as line thickness also seems to cause this.
Is there something I'm doing incorrectly here? Is this just a general limitation of matplotplusplus? I've tried a similar experiment using gnuplot directly, and I don't seem to get any of the refreshes.
Thanks! And thanks for all your work on this, I believe it's going to be my go-to plotting tool for C++.
Beta Was this translation helpful? Give feedback.
All reactions