Commit 0c88ba6a3a6afc0da353104bfce2d934b08496cb
1 parent
b6dc95b1
cleanup
Showing
9 changed files
with
1 additions
and
1 deletions
figures/plots/496/stable_length_box/stable_length_box.pdf
No preview for this file type
figures/plots/496/stable_line_plots/bzip2_stable_lineplot_annotated_5.pdf
No preview for this file type
figures/plots/496/stable_line_plots/gcc_stable_lineplot_annotated_5.pdf
No preview for this file type
figures/plots/496/stable_line_plots/gobmk_stable_lineplot_annotated_5.pdf
No preview for this file type
figures/plots/496/stable_line_plots/lbm_stable_lineplot_annotated_5.pdf
No preview for this file type
figures/plots/496/stable_line_plots/libquantum_stable_lineplot_annotated_5.pdf
No preview for this file type
figures/plots/496/stable_line_plots/milc_stable_lineplot_annotated_5.pdf
No preview for this file type
figures/plots/496/stable_line_plots/stable_lineplot.pdf
No preview for this file type
figures/stable_line.py
| @@ -564,7 +564,7 @@ def plot_stable_length_box_across_thresholds(args, threshold_list, budget): | @@ -564,7 +564,7 @@ def plot_stable_length_box_across_thresholds(args, threshold_list, budget): | ||
| 564 | def main(argv): | 564 | def main(argv): |
| 565 | args = parse(argv) | 565 | args = parse(argv) |
| 566 | 566 | ||
| 567 | - #plot_stable_line_annotate_tr(args, [1.3], 5) | 567 | + plot_stable_line_annotate_tr(args, [1.3], 5) |
| 568 | plot_stable_line_across_ineffs(args, [1, 1.3, 3], [3, 5]) | 568 | plot_stable_line_across_ineffs(args, [1, 1.3, 3], [3, 5]) |
| 569 | 569 | ||
| 570 | if __name__ == "__main__": | 570 | if __name__ == "__main__": |