I am using plotly express in python
I have a px.choropleth figure with a slider using animation_frame
The label for animation frame is currently animation_frame=
I would like to change it to 'Year'
How can I change the label of the animation_frame?
I am using plotly express in python
I have a px.choropleth figure with a slider using animation_frame
The label for animation frame is currently animation_frame=
I would like to change it to 'Year'
How can I change the label of the animation_frame?
Simple answer:
full working example