Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Last active January 14, 2021 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/d9f271c36e888b7854e4c3534bfc9ab2 to your computer and use it in GitHub Desktop.
Save amankharwal/d9f271c36e888b7854e4c3534bfc9ab2 to your computer and use it in GitHub Desktop.
rgb = ep.plot_rgb(arr_st,
rgb=(3,2,1),
figsize=(10, 16),
# title='RGB Composite Image'
)
plt.show()
ep.plot_rgb(
arr_st,
rgb=(3, 2, 1),
stretch=True,
str_clip=0.2,
figsize=(10, 16),
# title="RGB Composite Image with Stretch Applied",
)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment