cjtu / cjtu/plutopy

Add a function that prettifies image plotting

Open
#4 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
12
Forks
16
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.