santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

QuantFig and iplot #277

Open IngDalSoler opened 2 years ago

IngDalSoler commented 2 years ago

Dear all, I started using PyCharm for my training on trading algorithm. I need to use iplot() for plot my data = con.get_candles('EUR/USD', period='m1', number=20); qf =cf.QuantFig(data, title='EUR/USD', legend ='TOP',name ='EUR/USD')

Can I use QuantFig and iplot() in PyCharm? If yes how? If not How can I plot it in PyC? Thanks