Ignore:
Timestamp:
Jan 4, 2017 2:35:08 AM (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:
570a58f9
Parents:
257bd57
Message:

Plot specific part of the context menu SASVIEW-427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py

    r8548d739 raadf0af1  
    269269            # Convert the data into plottable 
    270270            extrapolated_data = self._manager.createGuiData(extrapolated_data) 
     271            extrapolated_data.name = title 
    271272 
    272273            # Add the plot to the model item 
     
    289290            # Convert the data into plottable 
    290291            high_out_data = self._manager.createGuiData(high_out_data) 
     292            high_out_data.name = title 
    291293 
    292294            # find how to add this plot to the existing plot for low_extrapolate 
Note: See TracChangeset for help on using the changeset viewer.