Hello everyone,
I have a PlotWidget inside a pyside application.
For my purposes, I have manipulated the X axis limits (using the 'setXRange' method). But on the plot, on hover, appears a small button on the bottom left corner:

Which 'updates', when clicked, the plot. But the result has no regard for the range setted by 'setXRange'.
How can I override the behaviour of this update?
Regards.
D.