Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tight does not affect the headline #156

Closed
fxhuhn opened this issue Jun 8, 2020 · 2 comments
Closed

Tight does not affect the headline #156

fxhuhn opened this issue Jun 8, 2020 · 2 comments
Labels
enhancement New feature or request question Further information is requested released code merged into repo AND released to Pypi

Comments

@fxhuhn
Copy link
Contributor

fxhuhn commented Jun 8, 2020

The new layout is certainly more compact, but somehow that doesn't seem to apply to the headline.

            mpf.plot(stock,
                     type='candle',
                     volume=volume,
                     addplot=add_plots,
                     title=index_name + ' : ' + ticker + ' (' + datum + ')',
                     ylabel='Kurs',
                     ylabel_lower='Volumen',
                     style='yahoo',
                     figscale=3.0,
                     savefig=save,
                     tight_layout=True,
                     closefig=True)

ICE_DOW_MMM

@fxhuhn fxhuhn added the question Further information is requested label Jun 8, 2020
@fxhuhn
Copy link
Contributor Author

fxhuhn commented Jun 8, 2020

... the first and last candle seems to be cut off

DanielGoldfarb added a commit to DanielGoldfarb/mplfinance that referenced this issue Jun 8, 2020
@DanielGoldfarb DanielGoldfarb added enhancement New feature or request in progress labels Jun 8, 2020
DanielGoldfarb added a commit that referenced this issue Jun 8, 2020
Fix tight_layout (issue #156); also set axisbelow so grid not show through plot.
@DanielGoldfarb
Copy link
Collaborator

v0.12.5a2 released. Fixes this.

@DanielGoldfarb DanielGoldfarb added released code merged into repo AND released to Pypi and removed in progress labels Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested released code merged into repo AND released to Pypi
Projects
None yet
Development

No branches or pull requests

2 participants