From 78a11fdcc91be8b50c8ec27a4f88b207d75e6845 Mon Sep 17 00:00:00 2001
From: Carlos Pinzon <pinzonc@jupyterMiLAB>
Date: Sat, 13 Feb 2021 16:22:30 -0500
Subject: [PATCH] intento animacion

---
 Entrega.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Entrega.ipynb b/Entrega.ipynb
index 131ac72..a558866 100644
--- a/Entrega.ipynb
+++ b/Entrega.ipynb
@@ -542,7 +542,7 @@
     "#scat=plt.scatter(a,b,s=0.005*(d*3)**2)\n",
     "#scat=plt.scatter(aa,bb,s=0.005*(dd*3))\n",
     "#scat=plt.scatter(xx,yy)\n",
-    "#scat.set_alpha(0.8)\n",
+    "scat.set_alpha(0.8)\n",
     "\n",
     "anim=animation.FuncAnimation(fig,actualizar,fargs=(fig,ax,xx,yy),frames=len(xx),interval=1000)\n",
     "plt.show()\n",
-- 
GitLab