I have 3 linked views, linked by X axis. This works great. However, when I switch one plot to log X mode, the others do not switch to log x mode, but they pop in to zoom way in to the log version of the x axis.
How do it make it so the log X transformation applies to all plots? So far, I simply use the code
diViewWidget.setXLink(frViewWidget)
noiseViewWidget.setXLink(diViewWidget)
The data should look like this:
but actually look like this:
Basically, to reproduce you can go to any 2 linked views, right click and set the transformation to log x.
The workaround I found is to go to each plot individually and set the transformation individually, but I'd like it to happen programatically.
Thanks,
-Caleb