Add commented code to enforce merging Numpy arrays with a greyscale
colormap.
This commit is contained in:
parent
3ffcd33efe
commit
b52fff9deb
@ -42,3 +42,5 @@ for color in tqdm(Color, 'Color'):
|
||||
multipleColorsImage[newX, newY] = pixel
|
||||
|
||||
plt.imsave(PREFIX + 'multiple_colors.png', multipleColorsImage)
|
||||
#plt.imshow(multipleColorsImage, cmap = 'gray')
|
||||
#plt.show()
|
Loading…
x
Reference in New Issue
Block a user