Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suptitle to plot_bands #573

Open
lwasser opened this issue Jun 23, 2020 · 0 comments
Open

Add suptitle to plot_bands #573

lwasser opened this issue Jun 23, 2020 · 0 comments

Comments

@lwasser
Copy link

lwasser commented Jun 23, 2020

Right now plot_bands returns only the axis object. this makes it difficult to add things like suptitles to a plot. We should consider one of the following

  1. add suptitle as an argument or
  2. have plot bands return both the figure and the ax list. that way you can manipulate fig if need be to add a suptitle.

ep.plot_bands(pre_arr,
figsize=(10,6))

this notebook -- 2020-03-02-landsat-multispectral-01-open-and-crop-all in the lessons repo has an example in a challenge at the bottom that i wish to add a suptitle to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant