Skip to content

Commit 685a2ca

Browse files
authored
Merge pull request #4231 from jegrami/patch-2
Update animations.md
2 parents cf62c51 + 068e9a5 commit 685a2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/animations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jupyter:
3737

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

40-
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.
40+
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.
4141

4242
```python
4343
import plotly.express as px

0 commit comments

Comments
 (0)