Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of a warning from mathplolib regarding color
Main.py:422: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt string "--bo" (-> color='b'). The keyword argument will take precedence. self.plotData, = self.subplot.plot([], [], '--bo', color='#1772AE', label='Data') # blue Main.py:424: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt string "-.bo" (-> color='b'). The keyword argument will take precedence. self.plotCorrectedSignal, = self.subplot.plot([], [], '-.bo', color='#13A075', label='Corrected Data') # green
- Loading branch information