Changeset f52bea1 in sasview for guitools/requirements.txt


Ignore:
Timestamp:
Apr 8, 2008 5:04:51 PM (16 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
3d3a0e5
Parents:
8742751
Message:

Plotpanel plottable fitdialog req modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guitools/requirements.txt

    r8742751 rf52bea1  
    3636         y = A * log(x) + B, which is a straight line in the y vs log(x) representation. 
    3737          
     38--> [ALINA] woring better...I am concerned how to fit a straight line when x is changing too? 
     39          
    3840       
    3941- NOTES that might help for bugs 
     
    4951   
    5052  2- There are additional y scales we need: y, y^2, log(y), 1/y, 1/sqrt(y), log(y * x), log(y * x^2) 
    51   3- You should change the label according to what the user chose, and not hard-code them. 
     53         
     54  3-[DONE] You should change the label according to what the user chose, and not hard-code them. 
    5255     For example, in PlotPanel._onEVT_FUNC_PROPERTY, replace 
    5356           
     
    6063     That way it still works even if the user is not plotting Intensity versus Q. 
    6164      
    62   4- In the fit dialog, put the "fit" and "Close" button in the bottom right corner, like in a standard file dialog. 
     65  4- [DONE] In the fit dialog, put the "fit" and "Close" button in the bottom right corner, like in a standard file dialog. 
     66   
    6367  5- The layout of the Fit Dialog should be improved. 
     68   
    6469  6- The code should be well documented and clean-up (no print statements). 
    6570   
Note: See TracChangeset for help on using the changeset viewer.