summaryrefslogtreecommitdiff
path: root/examples/plotStats.py
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:24 +0100
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:24 +0100
commitcebdc9244c019224846cb8d2668080fe386a6adc (patch)
treeaedec55da0f9dd4fc4d6c7eb0f58489a956e2e8c /examples/plotStats.py
parent159ef14fb9e198bb0066ea14e6b980f065de63dd (diff)
New upstream version 0.9.0+dfsg
Diffstat (limited to 'examples/plotStats.py')
-rw-r--r--examples/plotStats.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/plotStats.py b/examples/plotStats.py
index 91a444e..fff7585 100644
--- a/examples/plotStats.py
+++ b/examples/plotStats.py
@@ -39,7 +39,7 @@ On this example we will:
__authors__ = ["H. Payno"]
__license__ = "MIT"
-__date__ = "06/06/2018"
+__date__ = "24/07/2018"
from silx.gui import qt
@@ -112,8 +112,6 @@ def main():
plot.getStatsWidget().setStats(stats)
plot.getStatsWidget().parent().setVisible(True)
- # Update the checkedbox cause we arre playing with the visibility
- plot.getStatsAction().setChecked(True)
plot.show()
app.exec_()