Ignore:
Timestamp:
Feb 4, 2017 1:01:26 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:
e712ca5
Parents:
965fbd8
Message:

More minor fixes to plotting

File:
1 edited

Legend:

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

    raadf0af1 rb789967  
    270270            extrapolated_data = self._manager.createGuiData(extrapolated_data) 
    271271            extrapolated_data.name = title 
     272            extrapolated_data.title = title 
    272273 
    273274            # Add the plot to the model item 
     
    288289            high_out_data = inv.get_extra_data_high(q_end=qmax_plot, npts=500) 
    289290 
     291            # Plot the chart 
     292            title = "High-Q extrapolation" 
     293 
    290294            # Convert the data into plottable 
    291295            high_out_data = self._manager.createGuiData(high_out_data) 
    292296            high_out_data.name = title 
    293  
    294             # find how to add this plot to the existing plot for low_extrapolate 
    295             # Plot the chart 
    296             title = "High-Q extrapolation" 
     297            high_out_data.title = title 
    297298 
    298299            # Add the plot to the model item 
Note: See TracChangeset for help on using the changeset viewer.