business-science / pytimetk

Time series easier, faster, more fun. Pytimetk.
https://business-science.github.io/pytimetk/
MIT License
696 stars 60 forks source link

TypeError: plot_timeseries() got an unexpected keyword argument 'plotly_dropdown' #302

Closed joaopcnogueira closed 1 week ago

joaopcnogueira commented 1 week ago

It seems that the pytimetk now does not support dropdown plots with plotly anymore. Although in the documentation page of the function there is a reference, it does not work. By looking at the plot_timeseries.py module installed, in fact there isn't a reference to this argument plotly_dropdown.

Is that true or maybe it could be fixed to include the plot_timeseries.py module with the plotly_dropdown argument? Also, I couldn't find anything related to this deprecation in the releases page, but was able to find that in the current github repository there is a reference to the argument, so maybe this could be that the package hosted in PyPI is different from the one hosted on github.

mdancho84 commented 1 week ago

It's a developmental feature. I haven't released to pypi yet. Make sure to install the dev version.

joaopcnogueira commented 1 week ago

Nice! I have installed the dev version and it's working fine. Thank you!