Created using Colab
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user