matplotlib / mplfinance

Financial Markets Data Visualization using Matplotlib
https://pypi.org/project/mplfinance/
Other
3.48k stars 613 forks source link

weird orange line appearing in axes' .plot() #652

Closed FCNealVillangca closed 7 months ago

FCNealVillangca commented 7 months ago

image

there is a weird orange line appearing whenever I use plot() from axes is this intended? if not anyway you can remove it?

FCNealVillangca commented 7 months ago

I have solved this. it makes that line when you put a list of tuples instead of a list of floats.