-
Notifications
You must be signed in to change notification settings - Fork 653
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
ylim kwarg for volume axes #371
Comments
Suppose I found something ))) |
Pavel, Yes, I thought I had implemented a There are a couple of workarounds (until
Would you like to implement a |
Thanks Daniel |
OK. Thanks. I'm going to leave this issue open as a reminder to me to add a |
Hi, how to set ylim for volume panel if I use code like this:
mpf.plot(df, volume=ax2)
I tried
ax2.set_ylim(0,0.5)
but it didn't workI think mpf.plot use its own setting
The text was updated successfully, but these errors were encountered: