-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split, simplify, and handle warnings (#66)
- Split translate.py into basic translations, staying in translate.py, and more complicated tools in tools.py - Add helper methods to Axes and AxesImage classes to simplify the main methods; e.g. method for interpreting data keyword to scatter() - Avoid some warnings and deal with new deprecation warnings in recent pyqtgraph versions - Simplify several functions in different files - Expand test for dealias() and fix a typo in its keyword/alias dictionary - kwargs are passed through Figure.gca() to add_subplot - Add test for detecting and handling axes that have been deleted by Qt - Deduplicate ugly try/except for removing stuff from Qt layout
- Loading branch information
Showing
10 changed files
with
395 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.