Changeset facf4ca in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Sep 3, 2018 5:32:31 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- f4a6f2c
- Parents:
- c1cfa80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
r9463ca2 rfacf4ca 544 544 # 'sophisticated' test to generate standalone plot for residuals 545 545 if 'esiduals' in plot.title: 546 self.plotData([(item, plot)], transform=False) 546 plot.yscale='linear' 547 self.plotData([(item, plot)]) 547 548 else: 548 549 new_plots.append((item, plot))
Note: See TracChangeset
for help on using the changeset viewer.