Changeset 13043af in sasview for src/sas/sasgui/plottools


Ignore:
Timestamp:
Feb 28, 2017 1:20:34 PM (8 years ago)
Author:
GitHub <noreply@…>
Parents:
46f798f (diff), 0d64713 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jeff Krzywon <krzywon@…> (02/28/17 13:20:34)
git-committer:
GitHub <noreply@…> (02/28/17 13:20:34)
Message:

Merge pull request #38 from SasView?/revert-31-sesans41

Revert changes to merge master into branch first before pulling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/plottools/plottables.py

    ra9f579c r0d64713  
    10231023    """ 
    10241024 
    1025     def __init__(self, x, y, dx=None, dy=None, lam=None, dlam=None): 
     1025    def __init__(self, x, y, dx=None, dy=None): 
    10261026        """ 
    10271027        Draw points specified by x[i],y[i] in the current color/symbol. 
     
    10371037        self.x = x 
    10381038        self.y = y 
    1039         self.lam = lam 
    10401039        self.dx = dx 
    10411040        self.dy = dy 
    1042         self.dlam = dlam 
    10431041        self.source = None 
    10441042        self.detector = None 
Note: See TracChangeset for help on using the changeset viewer.