2xB

Results 55 comments of 2xB

Thank you for the explanation and the work of doing a GIF! I think I might understand the reasoning, and have a suggestion on how to fix this. To discuss...

This bug and its solutions are explained here: https://github.com/numpy/numpy/wiki/FMod-Bug-on-Windows .

Hey @j9ac9k, no worries! In most real-life situations, I think the x axis values are originating from a similar or the same source if they are equal, so I would...

I would if possible vote for a style similar to the default javadoc style, as can be seen in action here: https://docs.oracle.com/en/java/javase/14/docs/api/java.desktop/javax/swing/JComboBox.html There STRG+F works, as all inherited methods are...

This is still an issue with `develop`. I tried using the latest pyqtgraph version from pip and from `develop` with the `imageAnalysis.py` example, where I switched the line ```python3 roi...

For anyone who wants to give this a try for a Pull Request, from brief looking the following is to do: Currently, the ViewBox range can be set to values...

I for myself do like the idea and would be happy about a Pull Request, maybe even with the possibility to set two callbacks for zoom via dragging right-click and...

Great! In that case, I'd also note here that it'd be great to have one of the given examples extended to show this functionality (maybe customPlot.py?).

Just came to think of this: One could incorporate @ixjlyons' concept e.g. by a parameter `fixedZoomCenter`, as e.g. in: ```python3 vb.setFixedZoomCenter((None, None)) # both axes' zoom center controlled by mouse...

@goodboy I'm afraid I don't understand the question. This suggestion would still require the existence of functions for event handling e.g. a `vb.wheelEvent` function, if that's what you mean. Other...