Skip to content

Commit

Permalink
Update create-domain-plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer authored Mar 30, 2024
1 parent 65512f5 commit efcec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotting/create-domain-plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ def create_domain_section(df, template, fmt):

for domain_id in df.index:
print(domain_id)
# plot_domain(domain_id)
plot_domain(domain_id)
create_domain_section(df, template=op.join(bookpath, "domains.tpl"), fmt=fmt)

0 comments on commit efcec9b

Please sign in to comment.