Skip to content

Commit 9f36398

Browse files
authored
Update animations.md
Change two words in paragraph 2 of Animated figures with Plolty Express
1 parent 19d02b1 commit 9f36398

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)