summaryrefslogtreecommitdiff
path: root/examples/plot_otda_linear_mapping.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-03-20 16:57:35 +0100
committerRémi Flamary <remi.flamary@gmail.com>2018-03-20 16:57:35 +0100
commit287c659ad35f5036ba2687caf73009ef455c7239 (patch)
tree9534a6d879b370edbaf97ee353376705704366b9 /examples/plot_otda_linear_mapping.py
parent88a81c37d2f8c5419f88ccac620186e583fab08f (diff)
update example
Diffstat (limited to 'examples/plot_otda_linear_mapping.py')
-rw-r--r--examples/plot_otda_linear_mapping.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/plot_otda_linear_mapping.py b/examples/plot_otda_linear_mapping.py
index 163f8f1..165fe72 100644
--- a/examples/plot_otda_linear_mapping.py
+++ b/examples/plot_otda_linear_mapping.py
@@ -68,8 +68,8 @@ pl.plot(xst[:, 0], xst[:, 1], '+')
pl.show()
##############################################################################
-# Mapping Class between images
-# ----------------------------
+# Load image data
+# ---------------
def im2mat(I):