summaryrefslogtreecommitdiff
path: root/docs/source/auto_examples/plot_otda_classes.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:01:27 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-06-11 12:01:27 +0200
commitef17fcd2d5e85b986ff21d8039483bdaf03e37da (patch)
tree25cf5915a26273b3e0726494ed4a1405ce1e2786 /docs/source/auto_examples/plot_otda_classes.py
parent8046b8c424d7b80f520e212e2bf8de41cb624aab (diff)
parent530dc93a60e9b81fb8d1b44680deea77dacf660b (diff)
Merge branch 'master' into smooth_ot
Diffstat (limited to 'docs/source/auto_examples/plot_otda_classes.py')
-rw-r--r--docs/source/auto_examples/plot_otda_classes.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/auto_examples/plot_otda_classes.py b/docs/source/auto_examples/plot_otda_classes.py
index b14c11a..c311fbd 100644
--- a/docs/source/auto_examples/plot_otda_classes.py
+++ b/docs/source/auto_examples/plot_otda_classes.py
@@ -25,8 +25,8 @@ import ot
n_source_samples = 150
n_target_samples = 150
-Xs, ys = ot.datasets.get_data_classif('3gauss', n_source_samples)
-Xt, yt = ot.datasets.get_data_classif('3gauss2', n_target_samples)
+Xs, ys = ot.datasets.make_data_classif('3gauss', n_source_samples)
+Xt, yt = ot.datasets.make_data_classif('3gauss2', n_target_samples)
##############################################################################
@@ -82,7 +82,7 @@ pl.tight_layout()
# Fig 2 : plot optimal couplings and transported samples
# ------------------------------------------------------
-param_img = {'interpolation': 'nearest', 'cmap': 'spectral'}
+param_img = {'interpolation': 'nearest'}
pl.figure(2, figsize=(15, 8))
pl.subplot(2, 4, 1)