matplotlib / matplotlib/cheatsheets
No pcolormesh referenced
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.7k
- Forks
- 916
- PR merge metrics
- No merged PRs in 30d
Description
Folks should be using`pcolormesh` in general rather than `imshow` - imshow really only works for equally spaced pixels, and there is lots of data that is not laid out that way. However the cheatsheet doesn't mention `pcolormesh`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the cheatsheet source that currently discusses imshow and read its surrounding guidance. Add a reference to pcolormesh and explain that imshow is suited to equally spaced pixels; the issue is done when the cheatsheet covers this distinction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matplotlib, python
- Domain
- data-visualization, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100