diff options
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_noise.py')
-rw-r--r-- | utils/raspberrypi/ctt/ctt_noise.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/raspberrypi/ctt/ctt_noise.py b/utils/raspberrypi/ctt/ctt_noise.py index f258bc6d..2d021e55 100644 --- a/utils/raspberrypi/ctt/ctt_noise.py +++ b/utils/raspberrypi/ctt/ctt_noise.py @@ -102,7 +102,7 @@ def noise(Cam, Img, plot): plt.plot(x, fit_plot_2, label='fit 0 intercept', color='green', ls='--') plt.plot(0, 0) plt.title('Noise Plot\nImg: {}'.format(Img.str)) - plt.legend(loc = 'upper left') + plt.legend(loc='upper left') plt.xlabel('Sqrt Pixel Value') plt.ylabel('Noise Standard Deviation') plt.grid() |