- Timestamp:
- Apr 3, 2008 11:00:10 AM (17 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- f0c09d5
- Parents:
- 061775ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guitools/requirements.txt
r4965ea1 r89a436a 7 7 You will see an exception that should be fixed. 8 8 9 9 3- Load the file line_in_x2_y.txt in miniView. Select x^2 and y for the scales. Fit it. 10 a) The fit range is wrong, it's not update for the X^2 view. 11 b) the fit result is wrong 12 c) Even if you update the range, the fit and the plots are wrong. 13 14 - NOTES that might help for bugs 15 1- Make sure you are fitting the View data, not the underlying data 16 2- Since you are using the log scale from matplotlib, the fit for when one of 17 the axis is in log will NOT be a straight line 18 3- Make sure that you are filling the View of the fit result correctly. 19 10 20 11 21 - IMPROVEMENTS
Note: See TracChangeset
for help on using the changeset viewer.