-
Notifications
You must be signed in to change notification settings - Fork 657
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
matplotlib and mplfinance #312
Comments
Hi David, Thanks for your appreciation and interest in mplfinance. There are a number of mplfinance tutorials here that are each realtively short and should not take much of your time. In particular I would sugest you focus on:
Within Customizing the Appearance of Plots you will probably be most interested in Mplfinance Styles regarding finding a style which has the dark background or dark mode that you want. After reading the above items, it will be easier for me to answer any specific questions that you may still have. Click here to reference the mplfinance styles from which you can choose. |
David, That is a very nice looking plot. Thanks for sharing. I always enjoy seeing what people are doing with mplfinance. Regarding Please let me know if that works for you (or if you feel you need a better solution). All the best. --Daniel |
Hi,thanks for your great work.
I am newbie to matplotlib and mplfinance.
How can I replace the line-charts to candlesticks charts with the hlines and scatter?I tried and produced 2 figures.
I did a chart by matplotlib with line-chart and entry point and exit point and TP/SL lines just like below,

the code:
and by the way, how can I set background black or dark mode?
I am so appreciated what you did.
The text was updated successfully, but these errors were encountered: