matplotlib / matplotlib/mplfinance

Automatically make plot fullscreen

Open
#85 7 comments 0 reactions 0 assignees View on GitHub
question
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.