mplfinance
mplfinance copied to clipboard
Financial Markets Data Visualization using Matplotlib
## What is mplfinance and how to use it? ## What happened to MPL-finance?
I am currently thinking about the most elegant way to display 1-2 scatter lines below the chart. Are there any ideas from others who have already implemented this? These are...
Presently the Mpf_Figure class does not support mpl subfigure plots. Subfigures allow encapsulation of a group of subcharts into one figure that can then be embedded easily in the overall...
The problem is that the baseline images generated locally (in a Dev Container) don't match the ones on CI (GitHub Actions running the latest Ubuntu LTS) and thus my tests...
Ask anything you want about mplfinance usage, project philosophy and/or priorities, or anything else related to mplfinance. How do I create a buy indicator using mplfinance that displays an arrow...
**Describe the bug** When multiple addplots exists in a panel, their label overlaps. **To Reproduce** ```python data["col1"] = np.random.rand(len(data)) data["col2"] = np.random.rand(len(data)) addplots = [ mpf.make_addplot(data["col1"], label="col1", panel=1), mpf.make_addplot(data["col2"], label="col2",...
One line fix. https://github.com/matplotlib/mplfinance/issues/673
**Describe the bug** If you provide returnfig=True or use your own axes, updating the ipywidgets produces additional plots. **To Reproduce** this example uses 15 min klines, but that doesn't matter....
# issue case When animating over a limited visual range, as in this example, the possibility arises that the signal columns are all NaN. https://github.com/matplotlib/mplfinance/assets/37892107/a5afea85-57ce-4282-ad7c-955240c54787 # issue mplfinance\plotting.py", line 1108,...
Hi, Firstly thanks for this awesome resource. This is my first time contributing to GitHub (I have much to learn re. push / pull / commit etc. thats for another...