Changeset 863ebca in sasview for src/sas/qtgui/Plotting/Plotter.py


Ignore:
Timestamp:
Sep 20, 2018 5:16:26 AM (6 years ago)
Author:
Piotr Rozyczko <piotrrozyczko@…>
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 05:14:40)
git-committer:
Piotr Rozyczko <piotrrozyczko@…> (09/20/18 05:16:26)
Message:

Introduced navigation bar toggle in context menu for all types of
charts. SASVIEW-890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Plotter.py

    rd0952de r863ebca  
    88import numpy as np 
    99from matplotlib.font_manager import FontProperties 
     10 
    1011from sas.qtgui.Plotting.PlotterData import Data1D 
    1112from sas.qtgui.Plotting.PlotterBase import PlotterBase 
     
    224225            self.contextMenu.addAction("Reset Graph Range") 
    225226        # Add the title change for dialogs 
    226         #if self.parent: 
    227227        self.contextMenu.addSeparator() 
    228228        self.actionWindowTitle = self.contextMenu.addAction("Window Title") 
Note: See TracChangeset for help on using the changeset viewer.