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

Update scale transformation in pyqtgraph plot #4886

Merged
merged 2 commits into from
Jan 2, 2023

Conversation

peendebak
Copy link
Contributor

Update the scale transformation in qcodes.plots.pyqtgraph to use the modern interface. I think the old interface was deprecated a very long time ago (see commnent in pyqtgraph/pyqtgraph#1533).

Fixes #4756. @rsokolewicz Could you check this PR with the quantify plotting?

@jenshnielsen

@codecov
Copy link

codecov bot commented Dec 27, 2022

Codecov Report

Merging #4886 (5f67131) into master (2958ead) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #4886      +/-   ##
==========================================
- Coverage   68.35%   68.31%   -0.04%     
==========================================
  Files         340      340              
  Lines       32154    32155       +1     
==========================================
- Hits        21978    21968      -10     
- Misses      10176    10187      +11     

@jenshnielsen
Copy link
Collaborator

@peendebak Thanks, could you add a newsfragment describing this fix

@peendebak
Copy link
Contributor Author

@peendebak Thanks, could you add a newsfragment describing this fix

Done. Would be nice if there is a github action to add such a fragment easily (cpython has this for example, although not for towncrier)

@jenshnielsen
Copy link
Collaborator

I agree that it would be nice to streamline that a bit but I don't have the time to make such an improvement right now

@jenshnielsen jenshnielsen merged commit a239b49 into microsoft:master Jan 2, 2023
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.

qcodes.plots.pyqtgraph.QtPlot.update_plot() not compatible with pyqtgraph==0.13.1
3 participants