We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Daniel, Is it possible to set the Y axis to use log price scale (default seems to arithmetic, unless I'm mistaken). thanks
The text was updated successfully, but these errors were encountered:
At present there is no direct setting for a logarithmic scale.
You have to gain access to the Axes and then "manually" set the yscale to 'log' yourself.
There are two ways to gain access to the Axes objects as described here.
For an example, see #21 (comment).
Please let me know if you are interested in implementing this feature for mplfinance so that users can simply write:
mpf.plot(df,yscale='log')
Sorry, something went wrong.
Thanks Daniel, I will look into the previous comments. (I am not proficient enough to do the implementation for mplfinance yet.)
No branches or pull requests
Hi Daniel, Is it possible to set the Y axis to use log price scale (default seems to arithmetic, unless I'm mistaken). thanks
The text was updated successfully, but these errors were encountered: