# HG changeset patch # User Giulio Moro # Date 1456230148 0 # Node ID adbaff4bf3f065ca97e1b8cb2b201ea06bae4cec # Parent bdcc5fc7a6bfde99f6aad4d9df5e3056b9c034bd Probably solves #1617 diff -r bdcc5fc7a6bf -r adbaff4bf3f0 scripts/timeline_view_movement.py --- a/scripts/timeline_view_movement.py Tue Feb 23 11:56:11 2016 +0000 +++ b/scripts/timeline_view_movement.py Tue Feb 23 12:22:28 2016 +0000 @@ -67,7 +67,7 @@ # ONE TIMELINE PER PAGE - make new plot per page # get list of all page names - for audioholder in root.findall("./audioholder"): # iterate over pages + for audioholder in root.findall("./page"): # iterate over pages page_name = audioholder.get('id') # get page name plot_empty = True # check if any data is plotted @@ -308,4 +308,4 @@ plt.savefig(timeline_folder+subject_id+"-"+page_name+".pdf", bbox_inches='tight') plt.close() - \ No newline at end of file +