Changeset a95260d in sasview for src/sas/qtgui/Plotter.py
- Timestamp:
- Jul 10, 2016 12:41:19 PM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 8cb6cd6
- Parents:
- 0cd8612
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotter.py
r1042dba ra95260d 1 import sys2 1 from PyQt4 import QtGui 3 2 4 # Replace the qt4agg calls below with qt5 equivalent.3 # TODO: Replace the qt4agg calls below with qt5 equivalent. 5 4 # Requires some code modifications. 6 5 # https://www.boxcontrol.net/embedding-matplotlib-plot-on-pyqt5-gui.html … … 9 8 from matplotlib.backends.backend_qt4agg import NavigationToolbar2QT as NavigationToolbar 10 9 import matplotlib.pyplot as plt 11 12 import random13 10 14 11 class Plotter(QtGui.QDialog):
Note: See TracChangeset
for help on using the changeset viewer.