Skip to content

Commit

Permalink
Merge pull request #4231 from jegrami/patch-2
Browse files Browse the repository at this point in the history
Update animations.md
  • Loading branch information
LiamConnors committed Jul 21, 2023
2 parents cf62c51 + 068e9a5 commit 685a2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jupyter:

Several [Plotly Express](/python/plotly-express/) functions support the creation of animated figures through the `animation_frame` and `animation_group` arguments.

Here is an example of an animated scatter plot creating using Plotly Express. Note that you should always fix the `x_range` and `y_range` to ensure that your data remains visible throughout the animation.
Here is an example of an animated scatter plot created with Plotly Express. Note that you should always fix the `x_range` and `y_range` to ensure that your data remains visible throughout the animation.

```python
import plotly.express as px
Expand Down

0 comments on commit 685a2ca

Please sign in to comment.