Changeset 424
- Timestamp:
- 07/27/2011 04:33:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SHX/trunk/sandbox/traceplotter.py
r423 r424 711 711 chunk_t = (end - start) / PARTS 712 712 713 # basic time axis line 713 714 if self.traceOrder in [0, 1]: 714 715 canvas.DrawLine(varpos_start, fixpos, length + varpos_start, fixpos) … … 716 717 canvas.DrawLine(fixpos, varpos_start, fixpos, varpos_start + length) 717 718 719 # sections with ticks and time string 718 720 for i in range(int(PARTS)): 719 721 if isinstance(start, UTCDateTime):
Note: See TracChangeset
for help on using the changeset viewer.