matplotlib / matplotlib/mplfinance
Feature Request: multiple `mpl_base_style`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 678
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I want to apply multiple overriding styles to my plot
**Describe the solution you'd like**
mpl_base_style should take a collection of style names
**Describe alternatives you've considered**
converting my overriding styles to rcparams, but not all style keys appear to be valid rcparams
**Additional context**
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 locating the mpl_base_style entry point and reviewing how it currently accepts a single style name. Check the existing style-handling tests, if present, and make completion mean that a collection of style names can be supplied to apply multiple overriding styles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matplotlib, 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