Changeset 87cc73a in sasview for src/sas/qtgui/DataExplorer.py
- Timestamp:
- Jan 11, 2017 9:31:58 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:
- db5cd8d
- Parents:
- b46f285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/DataExplorer.py
raadf0af1 r87cc73a 769 769 new_plot = globals()[method_name](self, quickplot=True) 770 770 new_plot.data = data 771 new_plot.plot(marker='o' , linestyle='')771 new_plot.plot(marker='o') 772 772 773 773 # Update the global plot counter
Note: See TracChangeset
for help on using the changeset viewer.