diff --git a/Notebooks/Chap06/6_1_Line_Search.ipynb b/Notebooks/Chap06/6_1_Line_Search.ipynb index 821381e..ec6a288 100644 --- a/Notebooks/Chap06/6_1_Line_Search.ipynb +++ b/Notebooks/Chap06/6_1_Line_Search.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyN4E9Vtuk6t2BhZ0Ajv5SW3", "include_colab_link": true }, "kernelspec": { @@ -67,7 +66,7 @@ " fig,ax = plt.subplots()\n", " ax.plot(phi_plot,loss_function(phi_plot),'r-')\n", " ax.set_xlim(0,1); ax.set_ylim(0,1)\n", - " ax.set_xlabel('$\\phi$'); ax.set_ylabel('$L[\\phi]$')\n", + " ax.set_xlabel(r'$\\phi$'); ax.set_ylabel(r'$L[\\phi]$')\n", " if a is not None and b is not None and c is not None and d is not None:\n", " plt.axvspan(a, d, facecolor='k', alpha=0.2)\n", " ax.plot([a,a],[0,1],'b-')\n", @@ -189,4 +188,4 @@ "outputs": [] } ] -} +} \ No newline at end of file