Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 14, 2021 05:17
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/fcbf96bac39fd38cb2acc2071e356a6d to your computer and use it in GitHub Desktop.
Save amankharwal/fcbf96bac39fd38cb2acc2071e356a6d to your computer and use it in GitHub Desktop.
colors = ['tomato', 'navy', 'MediumSpringGreen', 'lightblue', 'orange', 'blue',
'maroon', 'purple', 'yellow', 'olive', 'brown', 'cyan']
ep.hist(arr_st,
colors = colors,
title=[f'Band-{i}' for i in range(1, 13)],
cols=3,
alpha=0.5,
figsize = (12, 10)
)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment