Skip to content

Instantly share code, notes, and snippets.

@soumya997
Created March 30, 2020 06:44
Show Gist options
  • Select an option

  • Save soumya997/7c47afda6d76343cb5daded8171c8a4b to your computer and use it in GitHub Desktop.

Select an option

Save soumya997/7c47afda6d76343cb5daded8171c8a4b to your computer and use it in GitHub Desktop.
f, axes = plt.subplots(1,3, figsize = (15,15))
list = [hsl_img_1,hsl_img_2,hsl_img_3]
i = 0
for ax in axes:
ax.imshow(list[i])
i+=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment