From 862ac6e4d3340462ba545866c90e56ede453177b Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:11:35 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb b/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb index b0561b6..ff7724f 100644 --- a/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb +++ b/Notebooks/Chap15/15_2_Wasserstein_Distance.ipynb @@ -128,7 +128,7 @@ { "cell_type": "code", "source": [ - "draw_2D_heatmap(dist_mat,'Distance $|i-j|$', my_colormap)" + "draw_2D_heatmap(dist_mat,r'Distance $|i-j|$', my_colormap)" ], "metadata": { "id": "G0HFPBXyHT6V" @@ -197,7 +197,7 @@ "cell_type": "code", "source": [ "TP = np.array(opt.x).reshape(10,10)\n", - "draw_2D_heatmap(TP,'Transport plan $\\mathbf{P}$', my_colormap)" + "draw_2D_heatmap(TP,r'Transport plan $\\mathbf{P}$', my_colormap)" ], "metadata": { "id": "nZGfkrbRV_D0"