matplotlib / matplotlib/mplfinance
Feature Request: Multiple time frame plot
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.**
"Monthly-Weekly-Daily" horizonal view is very helpful
**Describe the solution you'd like**
Maybe a wrapper on top of exiting functions, eg. mpl_plot_multiple_frame( horizonal_frame=3)
and in current functions add one more arg: eg. horizonal_frame_no= 1,
just an idea, bet you could achieve it with better solutions
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
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 reviewing the existing plotting functions and the proposed mpl_plot_multiple_frame entry point. Determine how a monthly-weekly-daily horizontal view should fit the current API and identify the relevant tests, which are not named in the issue. Done means the intended multi-time-frame behavior and interface are implemented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matplotlib, python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100