mplfinance
mplfinance copied to clipboard
Financial Markets Data Visualization using Matplotlib
Hello, Firstly i'd like to say this is an excellent library, very very good indeed, and I really appreciate the work done here. I am using the `return_calculated_values` feature so...
Hi, i have the following chart i build using the panels approach:  I need to do some customization of this: 1. as you can see, i have the volume...
Hello, Today I tried to plot data for which the time column was not uniformly spaced, there is the result:  Corresponding data: ``` Open High Low Close Volume Date...
I'm working on styling for my charts and I'm wondering if there's a good way to highlight / grey out / mark after hours trading periods in some way like...
Add `yaxis_format` kwarg to `mpf.plot()` and to `mpf.make_addplot()` Inspired by [this answer to stackoverflow 67232404](https://stackoverflow.com/questions/67232404/matplotib-finance-mplfinance-formatting-axes-of-chart-unsing-mpf-plot/67233937#67233937) which shows a workaround for formatting the y-axis. May need two kwargs: `yaxis_format` and `secondary_yaxis_format`...
Hello there, today I just wanted to thank you for this great package. I'm working with it since a few days and got my first plots done. If you have...
The existing library is sparse on placing date labels at the bottom of the charts - is there a way to customize how many show up and/or the frequency of...
how to add x-axis and y-axis limits(like xlim and ylim in matplotlib)
I'm currently using mplfinance with a dataframe that contains datetime/pandas.Timestamp instead of just date. When I plot this, the x-axis ends up having irregularly spaced timestamps. See example:  Instead,...
I found myself looking at trends and wanting to pseudo forecast them into the future by simply mouse over-ing at some future date. However, since that date is not in...