Changeset 318b353e in sasview for src/sas/qtgui/Perspectives/Inversion/InversionLogic.py
- Timestamp:
- Apr 16, 2018 3:32:25 PM (7 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:
- 98485fe
- Parents:
- b9e89d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionLogic.py
rba4e3ba r318b353e 209 209 new_plot.title = "P(r) fit" 210 210 new_plot.id = PR_FIT_LABEL 211 # Make sure that the plot is linear 212 new_plot.xtransform = "x" 213 new_plot.ytransform = "y" 211 new_plot.scale = "linear" 214 212 new_plot.group_id = GROUP_ID_PR_FIT 215 213
Note: See TracChangeset
for help on using the changeset viewer.