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
Hello,
Any existing methods to plot lines with a color gradient associated with them? Any ideas on how to accomplish that?
The text was updated successfully, but these errors were encountered:
Nothin built into mplfinance. You will have to do this using the underlying matplotlib methods that support gradients. Not sure what you are looking to do, but here is an example that may be what you are looking for: https://matplotlib.org/3.3.0/gallery/lines_bars_and_markers/multicolored_line.html
Sorry, something went wrong.
No branches or pull requests
Hello,
Any existing methods to plot lines with a color gradient associated with them? Any ideas on how to accomplish that?
The text was updated successfully, but these errors were encountered: