-
Notifications
You must be signed in to change notification settings - Fork 657
Cropping space outside of the chart #143
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
Comments
Hi @Jacks349 , Instead of: try: Let me know if that works. --Daniel |
Works flawlessly! Thank you a lot @DanielGoldfarb ! |
@Jacks349 |
@DanielGoldfarb Thank you! Yes, it looks good! Here are the colors i used, in case anyone wanted to replicate: |
Hi Daniel, wrong on the same logic. Upon viewing the chart, how do i remove the excess white space. the above is save plot. Thanks |
@ang-jason |
Hello! I'm playing with Renko candles and i'm trying to correct a little detail on my chart: when i save the chart, there is always some free space outside of the chart, on the right. I would like to crop or fill that space, here is what i mean:
Here is how i generate the chart:
mpf.plot(df, volume=Volume, type='renko', mav=MovingAverages, renko_params=dict(brick_size=brick_size), figscale=0.5, figratio=(50, 50), style=s, savefig="renkochart.png")
I tried to change
figratio
, but of course it will only make the chart wider/higher, but it won't remove that space; is there any way to do this? Maybe i need to use MPL? By the way, the Renko charts generated by this library are awesome!The text was updated successfully, but these errors were encountered: