Changeset 1551


Ignore:
Timestamp:
03/27/09 16:24:57 (15 years ago)
Author:
Malte Marquarding
Message:

Add some instuctions to the plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1550 r1551  
    118118        for w in xrange(nwindows):
    119119            wpos = []
    120             self.text(0.05,0.95, "Add mask boundary", coords="relative")
     120            self.text(0.05,1.0, "Add start boundary", coords="relative", fontsize=10)
    121121            wpos.append(self._plotter.get_point()[0])
    122122            del self._plotter.axes.texts[-1]
    123123            self.axvline(wpos[0], **kwargs)
     124            self.text(0.05,1.0, "Add end boundary", coords="relative", fontsize=10)
    124125            wpos.append(self._plotter.get_point()[0])
    125126            del self._plotter.axes.lines[-1]
Note: See TracChangeset for help on using the changeset viewer.