matplotlib / matplotlib/matplotlib
[ENH]: Add markevery rcParam
Open
Nobody has claimed this yet.
New feature
topic: rcparams
- Dominant language
- Python
- Stars
- 23.2k
- Forks
- 8.5k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 66
Description
### Problem
[ENH]: Presently, I am not able to see any way to set markevery as a parameter in rcParams of matplotlib, it will be good if it can be added as it can be set common for a set of plots when needed
### Proposed solution
Add markevery as lines property
Contributor guide
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 searching matplotlib's rcParams handling for existing line properties and locating where markevery is processed for plotted lines. Confirm the intended rcParam name and scope, then add coverage showing that a shared markevery setting affects plots and can be overridden when needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100