matplotlib / matplotlib/mplfinance

Feature Request: Multiple time frame plot

Open
#452 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.