Skip to content
Snippets Groups Projects
Commit c1ba7d64 authored by Saku Hakamaa's avatar Saku Hakamaa
Browse files

Use correct frame list for combined

parent dcda26e8
Branches
No related tags found
1 merge request!17Improve plot titles
......@@ -414,7 +414,7 @@ if __name__ == '__main__':
if multi_enable:
print("Drawing combined plot...", end="")
for i_frame, frame in enumerate(frame_list):
for i_frame, frame in enumerate(multi_combined_frame_list):
for symbol, conc_per_z in frame.items():
for i_z_pos, conc in enumerate(conc_per_z):
multi_combined_frame_list[i_frame][symbol][i_z_pos] = np.mean(conc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment