From 8fd753d19195efe2d5fc2741f934cb73d62ea7fc Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:56:44 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap06/6_5_Adam.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap06/6_5_Adam.ipynb b/Notebooks/Chap06/6_5_Adam.ipynb index b13fb1d..e946990 100644 --- a/Notebooks/Chap06/6_5_Adam.ipynb +++ b/Notebooks/Chap06/6_5_Adam.ipynb @@ -108,8 +108,8 @@ " ax.contour(phi0mesh, phi1mesh, loss_function, 20, colors=['#80808080'])\n", " ax.plot(opt_path[0,:], opt_path[1,:],'-', color='#a0d9d3ff')\n", " ax.plot(opt_path[0,:], opt_path[1,:],'.', color='#a0d9d3ff',markersize=10)\n", - " ax.set_xlabel(\"$\\phi_{0}$\")\n", - " ax.set_ylabel(\"$\\phi_{1}$\")\n", + " ax.set_xlabel(r\"$\\phi_{0}$\")\n", + " ax.set_ylabel(r\"$\\phi_{1}$\")\n", " plt.show()" ], "metadata": {