Skip to content

Commit a7b2663

Browse files
Circle CICircle CI
authored andcommitted
CircleCI update of dev docs (3120).
1 parent 3cfa475 commit a7b2663

File tree

381 files changed

+738649
-731958
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+738649
-731958
lines changed
Binary file not shown.

master/_downloads/059a63fc6cb655dcd2f1c9a61bb9d7ec/plot_OT_2D_samples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"outputs": [],
7171
"source": [
72-
"G0 = ot.emd(a, b, M)\n\npl.figure(3)\npl.imshow(G0, interpolation=\"nearest\")\npl.title(\"OT matrix G0\")\n\npl.figure(4)\not.plot.plot2D_samples_mat(xs, xt, G0, c=[0.5, 0.5, 1])\npl.plot(xs[:, 0], xs[:, 1], \"+b\", label=\"Source samples\")\npl.plot(xt[:, 0], xt[:, 1], \"xr\", label=\"Target samples\")\npl.legend(loc=0)\npl.title(\"OT matrix with samples\")"
72+
"G0 = ot.solve(M, a, b).plan\n\npl.figure(3)\npl.imshow(G0, interpolation=\"nearest\")\npl.title(\"OT matrix G0\")\n\npl.figure(4)\not.plot.plot2D_samples_mat(xs, xt, G0, c=[0.5, 0.5, 1])\npl.plot(xs[:, 0], xs[:, 1], \"+b\", label=\"Source samples\")\npl.plot(xt[:, 0], xt[:, 1], \"xr\", label=\"Target samples\")\npl.legend(loc=0)\npl.title(\"OT matrix with samples\")"
7373
]
7474
},
7575
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)