File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616import numpy as np
1717import matplotlib .pylab as pl
1818import ot
19+ import ot .plot
1920from ot .datasets import get_1D_gauss as gauss
2021
2122##############################################################################
Original file line number Diff line number Diff line change 1919import numpy as np
2020import matplotlib .pylab as pl
2121import ot
22+ import ot .plot
2223
2324##############################################################################
2425# Dataset 1 : uniform sampling
Original file line number Diff line number Diff line change 2828import numpy as np
2929import matplotlib .pylab as pl
3030import ot
31-
31+ import ot . plot
3232
3333##############################################################################
3434# Generate data
Original file line number Diff line number Diff line change 2020
2121import matplotlib .pylab as pl
2222import ot
23-
23+ import ot . plot
2424
2525##############################################################################
2626# generate data
You can’t perform that action at this time.
0 commit comments