matplotlib / matplotlib/mplfinance
Feature Request: Monthly Pivot Point Plot with Segmented Lines
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 678
- PR merge metrics
- No merged PRs in 30d
Description
Plotting Monthly Pivot Points with Segmented Lines. The current method add_plot creates a continuous line. Specifically when the month changes a hazy Plot is Created. This is avoided and this plot is created dynamically
'type':'hollow_and_filled',
'style' : 'tradingview',
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 add_plot method and reviewing how monthly pivot points are currently plotted. Define how month boundaries should split the line and how the requested hollow_and_filled, tradingview style should appear; done means monthly pivot points render as segmented lines without the hazy cross-month plot.
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