Changeset 2106


Ignore:
Timestamp:
04/06/11 13:24:35 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a minor improvement)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: sdplot with header = True

Put in Release Notes: No

Module(s): asapplotter, sdplot

Description:

moved time stamp a little bit so that it's clearly seen on the plot.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r2056 r2106  
    14171417            self._header_plot(headstr,fontsize=fontsize)
    14181418            import time
    1419             self._plotter.figure.text(0.99,0.0,
     1419            self._plotter.figure.text(0.99,0.01,
    14201420                            time.strftime("%a %d %b %Y  %H:%M:%S %Z"),
    14211421                            horizontalalignment='right',
Note: See TracChangeset for help on using the changeset viewer.