From d8186ed2f1aecd72ec6bae2401e8e24943712989 Mon Sep 17 00:00:00 2001 From: Boateng Prince Agyenim <163312213+Mmabiaa@users.noreply.github.com> Date: Thu, 26 Dec 2024 03:54:36 +0000 Subject: [PATCH] Update Animated_Scatter_Plot.py --- Python_Begginer_Projects/Amazing/Animated_Scatter_Plot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python_Begginer_Projects/Amazing/Animated_Scatter_Plot.py b/Python_Begginer_Projects/Amazing/Animated_Scatter_Plot.py index 20674fe..a33a5ff 100644 --- a/Python_Begginer_Projects/Amazing/Animated_Scatter_Plot.py +++ b/Python_Begginer_Projects/Amazing/Animated_Scatter_Plot.py @@ -17,4 +17,5 @@ range_y=[20, 90], title='Animated Scatter Plot: Life Expectancy vs GDP Per Capita' ) -fig.show() \ No newline at end of file +fig.show() +# Author - Mmabiaa