# HG changeset patch # User Giulio Moro # Date 1456230148 0 # Node ID ccc7351478791dc19390fd1dcccf3b9b55fe5543 # Parent 06c45b706fa0ca39b558a12515e9eb043d4c4852 Probably solves #1617 diff -r 06c45b706fa0 -r ccc735147879 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 +