Tiled plots removing oldest plots when window resizing #160
Answered
by
alandefreitas
matthew-hennefarth
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
alandefreitas
Jun 9, 2021
Replies: 1 comment 5 replies
-
This happens with Gnuplot all the time with multi plots. One way to get around that is to resize the window programmatically to the size you want before plotting. You can also build it with |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
matthew-hennefarth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens with Gnuplot all the time with multi plots. One way to get around that is to resize the window programmatically to the size you want before plotting.
You can also build it with
static constexpr bool trace_commands = true;
ingnuplot.h
to see the Gnuplot output in the console and then paste that in gnuplot to check if you get the same output. I can't say for sure but I imagine the result would be the same.