From 9bb2a3256747ea07b8031433200ece23de233901 Mon Sep 17 00:00:00 2001
From: Jesus David Bermudez Sanchez <bernmudezj@jupyterMiLAB>
Date: Mon, 15 Feb 2021 14:54:00 -0500
Subject: [PATCH] se agrega bibliografia en la ultima celda usando Markdown

---
 ejercicio1.ipynb | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ejercicio1.ipynb b/ejercicio1.ipynb
index d01c1e8..af2bdf9 100644
--- a/ejercicio1.ipynb
+++ b/ejercicio1.ipynb
@@ -173,6 +173,15 @@
     "plt.show()"
    ]
   },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## **Bibliografia**\n",
+    "\n",
+    " + Cambiar el tamaño de letra de las anotaciones: https://stackoverflow.com/questions/14643891/different-font-sizes-in-the-same-annotation-of-matplotlib#14659858"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
-- 
GitLab