Boulder-Cryogenic-Quantum-Testbed / scresonators

Data analysis code for cryogenic resonator measurement
MIT License
28 stars 24 forks source link

Output bugs #174

Closed UserBegi closed 11 months ago

UserBegi commented 11 months ago

image The new updates cause the output layout error, including misplaced legends and labels of the circle fitting plot, wrong scale, and label of the phase plot. Can someone help? Also, is there an option to output png images instead of pdf files?

Thanks.

scottito commented 11 months ago

This issue is probably arising from the incomplete separation of fitting and plotting. PR #166 divided Sdata into two Python files, but there are still remnants of plotting in the 'fit' function. I will keep investigating and try to find a fix. In the meantime, reverting to Commit 04b9561 should put you at a version of the code predating this problem.