Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plotting on pyqtgraph 0.13.4 #1069

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

flowln
Copy link
Contributor

@flowln flowln commented Apr 8, 2024

Partially fixes #1068
The Python 3.8 issue I didn't tackle, as it's supposed to not be an issue when conda-forge/pyqtgraph-feedstock#30 is fixed.

I'm not sure what has changed upstream to cause this issue, but with this change, it seems to work properly :-)

This prevents an infinite recursion in pyqtgraph 0.13.4, in which
view.setGeometry emits a sigResized, which gets Qt.DirectConection
to the callback that calls view.setGeometry.

Signed-off-by: Sofia Ferreira (flowln) <[email protected]>
Copy link
Collaborator

@jbellister-slac jbellister-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!! And appreciate the link to the python 3.8 fix

@jbellister-slac jbellister-slac merged commit a4a3685 into slaclab:master Apr 9, 2024
15 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plots using latest pyqtgraph 0.13.4
2 participants