channels = blue, green, red = np.moveaxis(color_img, 2, 0) plt.figure(figsize=(12, 4)) plt.subplot(131); plt.imshow(channels[0], cmap="gray"); plt.axis("