Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add_trendline() #260

Open
SmrutiSikha opened this issue Apr 22, 2021 · 2 comments
Open

add_trendline() #260

SmrutiSikha opened this issue Apr 22, 2021 · 2 comments

Comments

@SmrutiSikha
Copy link

Not able to add a trendline in my plot using add_trendline from the cufflinks library.
Code that I have written:
`qf=cf.QuantFig(df_14400)

qf.add_trendline('2020-11-06','2021-04-21')

qf.iplot()`

The above code returns just the candle chart plot without the trendline.

@geraldbl
Copy link

geraldbl commented May 9, 2021

same here. I also noticed the qf.add_trendline deactivate rangeslider=True.
But in my dataset, I use Datetime, as I have 5 mins OHLC and I notice trendline only takes date. This is definitely an oversight.

@ghost
Copy link

ghost commented Nov 18, 2021

any luck yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants