Skip to content

Commit ee19bfd

Browse files
author
Nathaniel Saul
committed
add commas
1 parent a1efab4 commit ee19bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/notebooks/distances.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
"source": [
452452
"plt.scatter(dists_bottleneck[:,0], dists_bottleneck[:,1], label=\"Bottleneck\", alpha=0.3)\n",
453453
"plt.scatter(dists_sliced[:,0], dists_sliced[:,1], label=\"Sliced Wasserstein\", alpha=0.3)\n",
454-
"plt.legend()\n"
454+
"plt.legend()\n",
455455
"plt.show()"
456456
]
457457
},
@@ -499,7 +499,7 @@
499499
"\n",
500500
" plt.title(\"Noise:{} Distance:{:.3f}\".format(n, d))\n",
501501
"\n",
502-
"plt.tight_layout()\n"
502+
"plt.tight_layout()\n",
503503
"plt.show()"
504504
]
505505
}

0 commit comments

Comments
 (0)