From: Dima K. <gn...@di...> - 2023-11-16 04:10:02
|
Ah yes. I don't multiplot very often, and clearly missed this important detail of its operation (that you need to "unset multiplot"). This new logic is great. Thank you very much for implementing that. Two notes: - Should we remultiplot when a window is resized? Currently we replot when it is resized, so the whole multiplot is replaced with one of the subplots. They all come back during a remultiplot, but that seems like an extra step. - Can/should we allow independent panning/zooming in each subplot? I imagine this would be a lot of work, but I don't know. Thank you very much. I'm now using the 6.0-rc3 tag for all my daily work, so hopefully I'll catch any regressions. |