mplfinance icon indicating copy to clipboard operation
mplfinance copied to clipboard

Financial Markets Data Visualization using Matplotlib

Results 167 mplfinance issues
Sort by recently updated
recently updated
newest added

## 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...

question

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...

enhancement

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...

question

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...

question

**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",...

bug

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....

bug

# 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,...

bug

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...

bug