aboutsummaryrefslogtreecommitdiffstats
path: root/examples/external/matplotlib
diff options
context:
space:
mode:
Diffstat (limited to 'examples/external/matplotlib')
-rw-r--r--examples/external/matplotlib/widget3d/widget3d.py2
-rw-r--r--examples/external/matplotlib/widget_gaussian/widget_gaussian.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/external/matplotlib/widget3d/widget3d.py b/examples/external/matplotlib/widget3d/widget3d.py
index 874e7e439..1996bf699 100644
--- a/examples/external/matplotlib/widget3d/widget3d.py
+++ b/examples/external/matplotlib/widget3d/widget3d.py
@@ -239,4 +239,4 @@ if __name__ == "__main__":
w = ApplicationWindow()
w.setFixedSize(1280, 720)
w.show()
- app.exec_()
+ app.exec()
diff --git a/examples/external/matplotlib/widget_gaussian/widget_gaussian.py b/examples/external/matplotlib/widget_gaussian/widget_gaussian.py
index ba790af4e..8edd902e5 100644
--- a/examples/external/matplotlib/widget_gaussian/widget_gaussian.py
+++ b/examples/external/matplotlib/widget_gaussian/widget_gaussian.py
@@ -109,4 +109,4 @@ if __name__ == "__main__":
app = QApplication(sys.argv)
w = PlotWidget()
w.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())