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 a function that prettifies image plotting #4

Open
cjtu opened this issue Dec 3, 2018 · 1 comment
Open

Add a function that prettifies image plotting #4

cjtu opened this issue Dec 3, 2018 · 1 comment

Comments

@cjtu
Copy link
Owner

cjtu commented Dec 3, 2018

Write a function in helpers.py that:

  • uses the matplotlib.pyplot.imshow() function
  • uses pyplot options to make the plot prettier in some way
  • Any of the following could make the plot prettier, you can choose some or do all
    • Add a title
    • Add x and y labels
    • Choose a custom color palette (Kudos if it's colorblind compliant)
    • Display the x and y axes in lat / lon instead of pixels (requires a bit of math)

Add an example in jupyter_notebooks/ (you can edit tutorial.ipynb or make your own notebook) which shows how to call this function and the cool options you added.

@jenniferbuz
Copy link
Collaborator

I want to work on it

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

2 participants