We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e6ef2 commit 1148d6eCopy full SHA for 1148d6e
group_composition_plot/create_paper_plots.sh
@@ -5,6 +5,10 @@ submissions/2023-12-06/Scientific_Software_Center_2023-12-21_13-13-27.json \
5
submissions/2023-12-06/University_of_Reading_2023-12-11_10-18-14.json \
6
submissions/2023-12-06/Princeton_University_2023-11-29_18-33-21.json
7
8
+./group_composition_plot.py --legend \
9
+--outfile group_composition_plot_all.pdf \
10
+submissions/2023-12-06/*.json
11
+
12
find submissions/2023-12-06 -type f -name "*.json" -print0 | \
13
xargs -0 -P 0 -I{} \
14
bash -c 'f=$(basename "{}"); ./group_composition_plot.py --outfile pdf/"${f%.json}.pdf" "{}"'
0 commit comments