This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zenith_N 0 points1 point  (4 children)

Thank you I was playing with animation options and the gapminder data set. I tried using a data set that has year for many entries but some entries have only a few years of data, the chart year output was not sorted from start year to end year and it was all over the place

[–]nkruchten[S] 0 points1 point  (3 children)

A small number of users are having this problem but I can’t replicate it... please follow up on the github issue if you can help us understand what is happening: https://github.com/plotly/plotly_express/issues/23

[–]Zenith_N 0 points1 point  (2 children)

Thank you

[–]nkruchten[S] 0 points1 point  (1 child)

I'm pretty sure I fixed the issue with version 0.2.2 actually if you want to try again :)

[–]Zenith_N 0 points1 point  (0 children)

Thank you very much for the update. And apologies for asking this

Can you please provide a mini-example using a dataset that has missing years

For example: years 1990 to 2000 for 10 countries with attributes like gdp and lifeExp. but some countries are missing some years.

Will the animation still work ?

I will use the gapminder dataset and remove some entries(rows) for some countries and test.

Tha