From 9f36398151465898ac73a20ed99fb0f17dacb2dd Mon Sep 17 00:00:00 2001 From: Jeremiah Igrami Date: Tue, 6 Jun 2023 14:26:43 +0100 Subject: [PATCH] Update animations.md Change two words in paragraph 2 of Animated figures with Plolty Express --- doc/python/animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/animations.md b/doc/python/animations.md index ffd948c7064..c765d36621f 100644 --- a/doc/python/animations.md +++ b/doc/python/animations.md @@ -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