Changeset 863ebca in sasview for src/sas/qtgui/Plotting/Plotter.py
- Timestamp:
- Sep 20, 2018 7:16:26 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 8faac15
- Parents:
- bdfe0be
- git-author:
- Piotr Rozyczko <rozyczko@…> (09/20/18 07:14:40)
- git-committer:
- Piotr Rozyczko <piotrrozyczko@…> (09/20/18 07:16:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter.py
rd0952de r863ebca 8 8 import numpy as np 9 9 from matplotlib.font_manager import FontProperties 10 10 11 from sas.qtgui.Plotting.PlotterData import Data1D 11 12 from sas.qtgui.Plotting.PlotterBase import PlotterBase … … 224 225 self.contextMenu.addAction("Reset Graph Range") 225 226 # Add the title change for dialogs 226 #if self.parent:227 227 self.contextMenu.addSeparator() 228 228 self.actionWindowTitle = self.contextMenu.addAction("Window Title")
Note: See TracChangeset
for help on using the changeset viewer.