Changeset b789967 in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Feb 4, 2017 1:01:26 PM (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:
- e712ca5
- Parents:
- 965fbd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
raadf0af1 rb789967 270 270 extrapolated_data = self._manager.createGuiData(extrapolated_data) 271 271 extrapolated_data.name = title 272 extrapolated_data.title = title 272 273 273 274 # Add the plot to the model item … … 288 289 high_out_data = inv.get_extra_data_high(q_end=qmax_plot, npts=500) 289 290 291 # Plot the chart 292 title = "High-Q extrapolation" 293 290 294 # Convert the data into plottable 291 295 high_out_data = self._manager.createGuiData(high_out_data) 292 296 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 297 298 298 299 # Add the plot to the model item
Note: See TracChangeset
for help on using the changeset viewer.