Skip to content
Snippets Groups Projects
Commit 68f797f2 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

update perfusion figure size

parent a1222357
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ if __name__ == "__main__":
perfusion_dlac = perfusion_dlac[keys_segments].values
perfusion_noac = perfusion_noac[keys_segments].values
fig, axs = plt.subplots(1, 2, figsize=(10, 4.5))
fig, axs = plt.subplots(1, 2, figsize=(10, 4))
for i, (perfusion, title) in enumerate(
[(perfusion_dlac, "DLAC"), (perfusion_noac, "No AC")]
):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment