summaryrefslogtreecommitdiff
path: root/examples/plotStats.py
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2021-01-06 14:10:12 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2021-01-06 14:10:12 +0100
commitb3bea947efa55d2c0f198b6c6795b3177be27f45 (patch)
tree4116758aafe4483bf472c1d54b519e685737fd77 /examples/plotStats.py
parent5ad425ff4e62f5e003178813ebd073577679a00e (diff)
New upstream version 0.14.0+dfsg
Diffstat (limited to 'examples/plotStats.py')
-rw-r--r--examples/plotStats.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/plotStats.py b/examples/plotStats.py
index 5f6e768..030caf8 100644
--- a/examples/plotStats.py
+++ b/examples/plotStats.py
@@ -33,13 +33,12 @@ On this example we will:
- compute curve integrals (only for 'curve').
- compute center of mass for all possible items
-.. note:: for now the possible types manged by the Stats are ('curve', 'image',
- 'scatter' and 'histogram')
+.. note:: stats are available for 1D and 2D at the time being
"""
__authors__ = ["H. Payno"]
__license__ = "MIT"
-__date__ = "24/07/2018"
+__date__ = "23/07/2019"
from silx.gui import qt