Changeset aadf0af1 in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Jan 4, 2017 4:35:08 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r8548d739 raadf0af1 269 269 # Convert the data into plottable 270 270 extrapolated_data = self._manager.createGuiData(extrapolated_data) 271 extrapolated_data.name = title 271 272 272 273 # Add the plot to the model item … … 289 290 # Convert the data into plottable 290 291 high_out_data = self._manager.createGuiData(high_out_data) 292 high_out_data.name = title 291 293 292 294 # find how to add this plot to the existing plot for low_extrapolate
Note: See TracChangeset
for help on using the changeset viewer.