seniority/plot_all/run_all_figures.sh

13 lines
222 B
Bash
Raw Normal View History

2022-03-09 20:20:46 +01:00
#!/bin/bash
plots=( plot_pes plot_stat plot_stat_opt plot_distance plot_distance_opt freq freq_opt xe xe_opt plot_pes_HF plot_stat_HF freq_HF )
for plot in "${plots[@]}"
do
gnuplot ${plot}.gnu
epspdf ${plot}.eps
done