~strainanalyser/strainanalyser/trunk

« back to all changes in this revision

Viewing changes to strainanalyser/graphing.py

  • Committer: Malcolm Scott
  • Date: 2010-10-18 00:38:48 UTC
  • Revision ID: launchpad@malc.org.uk-20101018003848-12735svtw1gfrm4e
Lose another outdated TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                        ymax = max(ymax, dataset.straindata.max())
67
67
                        ymin = min(ymin, dataset.straindata.min())
68
68
 
69
 
                # TODO: deal with selected region
70
 
 
71
69
                if not empty:
72
70
                        self.axes.set_ylim(ymin - (ymax-ymin)*0.1, ymax + (ymax-ymin)*0.1)
73
71
                        #if self.straindataset.len > 0: