Changeset 724 for sans/utils/bt5/bt5plot


Ignore:
Timestamp:
Jul 6, 2010 11:13:46 PM (13 years ago)
Author:
ajj
Message:

Some tidying

Location:
sans/utils/bt5/bt5plot
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • sans/utils/bt5/bt5plot/BT5DataGroup.py

    r723 r724  
    55    '''Class containing a group of BT5 data sets to be treated as one data group''' 
    66    def __init__(self, dataSetList=None): 
    7                  
     7         
     8        self.isPlotted = False 
     9             
    810                 
    911    def addDataSet(self,addList): 
    1012        '''Add data sets to the group. Takes a list of data set objects''' 
    11         for each dataSet in addList: 
     13        for dataSet in addList: 
    1214            self.dataSetList.append(dataSet) 
    1315         
Note: See TracChangeset for help on using the changeset viewer.