From: Dima K. <gn...@di...> - 2023-11-16 07:51:33
|
Ethan A Merritt <me...@uw...> writes: > After a resize, the terminal requests a replot. But if the most recent > previous plot command was part of a multiplot, the "replot" is > supposedly replaced by "remultiplot". That "most recent previous plot" > test could fail if you have done other things ("clear" "test palette" > "set term" ...) since the multiplot was displayed. If so, you can > recover with an explicit "remultiplot" from the command line. OK. From what I see, this sequence works ONLY if "set mouse multiplot". So if I do this: set mouse multiplot set multiplot layout 2,1 plot x plot x*x unset multiplot Then I can resize the window, and the multiplot is resized with it. If I don't "set mouse multiplot" then the plots are NOT resized. |