matplotlib / matplotlib/mplfinance
Automatically make plot fullscreen
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 678
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm very new to mplfinance and an amateur with Python
This package is awesome, thank you for your work. I was just wondering if there is a way to make the plot automatically appear in fullscreen? Currently it appears as a window and you have to enlarge it manually...
I know that in Matplotlib it can be done using:
`plt.get_current_fig_manager().window.state('zoomed')`
Is there a way to do it with mplfinance?
Thank you
Contributor guide
Research direction
The issue names mplfinance and the Matplotlib entry point plt.get_current_fig_manager().window.state('zoomed'). Start by locating mplfinance's plotting entry point and checking how the figure manager is exposed. Done means documenting or supporting automatic fullscreen behavior for the generated plot window, with the supported platform behavior verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100