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