PythonOT/POT

Docs error | ot.plot in docs -> AttributeError: module 'ot' has no attribute 'plot'

ogencoglu opened this issue · 1 comments

https://pythonot.github.io/auto_examples/others/plot_WeakOT_VS_OT.html#plot-weak-ot-and-exact-ot-solutions

There is no such function

...
ot.plot.plot2D_samples_mat(...)
...

AttributeError: module 'ot' has no attribute 'plot'

My bad.