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
Does mplfinance have the function of adding legends? For example, the legends of MA5, MA20, MA60.
The text was updated successfully, but these errors were encountered:
@Enming-Zhou mplfinance does not yet directly support legends (for example with a legend kwarg).
legend
However legends can be implemented using matplotlib's returnfig kwarg to gain access to the mplfinance Axes objects.
returnfig
. . (some additional info also here.)
Sorry, something went wrong.
No branches or pull requests
Does mplfinance have the function of adding legends? For example, the legends of MA5, MA20, MA60.
The text was updated successfully, but these errors were encountered: