timeline overview with 16 and 64 pixels height
This commit is contained in:
parent
73f897aa58
commit
ab07ccc8ba
2 changed files with 4 additions and 3 deletions
|
|
@ -33,6 +33,7 @@ if __name__ == '__main__':
|
|||
timeline.extract(opts.prefix, opts.width, opts.height)
|
||||
oxgst.timeline.createTimelineMultiline(opts.prefix)
|
||||
oxgst.timeline.makeTiles(opts.prefix, 16, 3600)
|
||||
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920)
|
||||
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920, height=16)
|
||||
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920, height=64)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue