debrief / ppt_renderer

Development project to produce body of scripts for manipulating PPT slide
Eclipse Public License 2.0
2 stars 0 forks source link

Time label in plot #24

Closed IanMayo closed 6 years ago

IanMayo commented 6 years ago

We need to show the current time in the plot.

We'll do this by having a series of animated text boxes, that appear over each other, in a particular location.

We'll change the donor slide, so that it has a rectangular shape, titled "time".

We'll parse the times in the GPX tracks, to get Python time values. Then we'll format the time to hh:MM:ss and put those values into duplicates of the text box.

IanMayo commented 6 years ago

Done.