matplotlib / matplotlib/cheatsheets
Image for "Basic plots - plot" should hint at markers
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.7k
- Forks
- 916
- PR merge metrics
- No merged PRs in 30d
Description
Currently the image is just sine line, which could trick users in thinking that `plot` is for lines and `scatter` is for markers.

I propose to additionally show another set of values with markers, e.g. something like:

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
Start by locating the cheatsheet source and the image for “Basic plots - plot”; the issue does not name a file or test. Compare the current sine-line illustration with the proposed marker example, and consider the work done when the image clearly shows that plot can represent markers as well as lines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matplotlib, python
- Domain
- data-visualization, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100