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