Hello all,
I am trying to use animation on jupyter notebook using python and plotly animation. I am stuck with two issues. While animation is running and data is changing for each frame, the x-axis is also changing with it. What i want is to just animate the data and keep the axis unchangeable.
Here is the images which shows animation on creation of plot (i.e loading data at first time) and changing x-axis.
PS. I have used autorange : False too, which is not helping and still getting the same result.
The other issue is, after completion of animation when I click the play button, x-axis does not change but its value is the same as it was in last frame and also animation stops at x-axis.
Here is the image, which shows animation after clicking Play button.
Please someone help me out? I am new to plotly.
Thanks,
Hemang