Skip to content

Commit 1148d6e

Browse files
committed
also, for an overview, generadte a pdf with all submissions
1 parent 01e6ef2 commit 1148d6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

group_composition_plot/create_paper_plots.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ submissions/2023-12-06/Scientific_Software_Center_2023-12-21_13-13-27.json \
55
submissions/2023-12-06/University_of_Reading_2023-12-11_10-18-14.json \
66
submissions/2023-12-06/Princeton_University_2023-11-29_18-33-21.json
77

8+
./group_composition_plot.py --legend \
9+
--outfile group_composition_plot_all.pdf \
10+
submissions/2023-12-06/*.json
11+
812
find submissions/2023-12-06 -type f -name "*.json" -print0 | \
913
xargs -0 -P 0 -I{} \
1014
bash -c 'f=$(basename "{}"); ./group_composition_plot.py --outfile pdf/"${f%.json}.pdf" "{}"'

0 commit comments

Comments
 (0)