-
Notifications
You must be signed in to change notification settings - Fork 668
Closed
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requestedreleasedcode merged into repo AND released to Pypicode merged into repo AND released to Pypi
Description
When l use mpf.plot() to plot my picture, my code is continues running, without an In[1] into In[2] in the console.
import pandas as pd
import mplfinance as mpf
df_csv=pd.read_csv("wanke reverse.csv",index_col=0,parse_dates=True)
df_csv.index.name="Date"
df_csv.rename(columns=
{"open":"Open","high":"High","low":"Low","close":"Close","volume":"Volume"},
inplace=True)
mpf.plot(df_csv,type="candle",mav=8,volume=True)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requestedreleasedcode merged into repo AND released to Pypicode merged into repo AND released to Pypi