summaryrefslogtreecommitdiff
path: root/doc/source/sample_code/index.rst
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 /doc/source/sample_code/index.rst
parent5ad425ff4e62f5e003178813ebd073577679a00e (diff)
New upstream version 0.14.0+dfsg
Diffstat (limited to 'doc/source/sample_code/index.rst')
-rw-r--r--doc/source/sample_code/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/sample_code/index.rst b/doc/source/sample_code/index.rst
index 15bd4c7..0aade4c 100644
--- a/doc/source/sample_code/index.rst
+++ b/doc/source/sample_code/index.rst
@@ -283,6 +283,14 @@ Sample code that adds specific tools or functions to :class:`~silx.gui.plot.Plot
.. note:: for now the possible types manged by the Stats are ('curve', 'image',
'scatter' and 'histogram')
+ * - :download:`plotROIStats.py <../../../examples/plotROIStats.py>`
+ - .. image:: img/plotROIStats.png
+ :width: 150px
+ - This script is a simple example of how to display statistics on a specific
+ region of interest.
+
+ An example on how to define your own statistic is given in the 'plotStats.py'
+ script.
* - :download:`plotProfile.py <../../../examples/plotProfile.py>`
- .. image:: img/plotProfile.png
:width: 150px