matplotlib / matplotlib/cycler
cycler interrogation
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 83
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
As it stands, one can not easily perform validation on the cycler components, such as validating the list of colors, and then the list of line styles. You have to iterate the cycler, and validate the individual values as scalars instead of as a whole list.
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 reading the issue and inspecting the cycler component API and its current iteration behavior. Determine how whole-list validation for colors and line styles should be exposed, and consider the work complete when callers can validate those component lists without validating individual scalar values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100