From: Dima K. <gn...@di...> - 2018-04-27 18:21:39
|
Ethan A Merritt <sf...@us...> writes: > The stupid error I found was in code that only dealt with the x axis > of the current plot (so either x or x2). Hmmm. I see a very outwardly-similar problem if I "set logscale y" instead of "set logscale x" in that test script. Do you see it too? >> I can imagine that x2 and y2 axes are affected and maybe 3d axes. And >> maybe other stuff. Handling x,y,x2,y2 should hit most of the use cases, >> probably. > > A higher-level fix is required so that all axes are correctly re-evaluated > on refresh. The difficulty comes from trying to handle both pure > "replot/refresh" requests and zoom operations. Yeah. I think the auto-writeback logic proposed earlier is the more complete way to do this. Thanks dima |