Remove already used previous temporary analysis commit code

This commit is contained in:
Benjamin Loison 2024-04-26 13:49:31 +02:00
parent b52fff9deb
commit 6a93b04686
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

View File

@ -41,6 +41,4 @@ for color in tqdm(Color, 'Color'):
multipleColorsImage[newX, newY] = pixel
plt.imsave(PREFIX + 'multiple_colors.png', multipleColorsImage)
#plt.imshow(multipleColorsImage, cmap = 'gray')
#plt.show()
plt.imsave(PREFIX + 'multiple_colors.png', multipleColorsImage)