Ignore:
Timestamp:
Dec 16, 2016 12:43:18 PM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
d3ca363
Parents:
0ba0774
Message:

Added AddText? to plot, enabled legend drag - SASVIEW-378

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/UnitTesting/PlotterTest.py

    r27313b7 r9290b1a  
    154154        self.assertEqual(self.plotter.ax.get_ylabel(), "$ \\ \\ ^{4}(()^{4})$") 
    155155 
     156    def testAddText(self): 
     157        """ Checks the functionality of adding text to graph """ 
     158        pass 
     159 
     160    def testOnRemoveText(self): 
     161        """ Cheks if annotations can be removed from the graph """ 
     162        pass 
     163 
     164 
    156165if __name__ == "__main__": 
    157166    unittest.main() 
Note: See TracChangeset for help on using the changeset viewer.