https://stackoverflow.com/questions/9622163/save-plot-to-image-file-instead-of-displaying-it
1 img_plot = plt.imshow(color) # color is np.array2 plt.savefig('foo.png')3 plt.show()
-->
https://stackoverflow.com/questions/9622163/save-plot-to-image-file-instead-of-displaying-it
1 img_plot = plt.imshow(color) # color is np.array2 plt.savefig('foo.png')3 plt.show()