summaryrefslogtreecommitdiff
path: root/examples/plot_otda_linear_mapping.py
diff options
context:
space:
mode:
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):