utils: raspberrypi: ctt: Fix pycodestyle E251
E251 unexpected spaces around keyword / parameter equals Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
parent
6eb1bce9c7
commit
965cae72a7
6 changed files with 9 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue