diff --git a/examples/sched_add.csv.png b/examples/sched_add.csv.png index f167e4c..30a2860 100644 Binary files a/examples/sched_add.csv.png and b/examples/sched_add.csv.png differ diff --git a/examples/sched_get.csv.png b/examples/sched_get.csv.png index 8f778cd..7cbe66c 100644 Binary files a/examples/sched_get.csv.png and b/examples/sched_get.csv.png differ diff --git a/plot/sched_add.R b/plot/sched_add.R index 9e00228..3883d94 100644 --- a/plot/sched_add.R +++ b/plot/sched_add.R @@ -13,7 +13,7 @@ df = read_delim(input_file, delim=",", comment="#") %>% mutate(run = as.factor(run)) %>% mutate(time_per_task_per_cpu = time_per_task_per_cpu * 1e9) -dpi = 150 +dpi = 96 h = 2 w = 6 diff --git a/plot/sched_get.R b/plot/sched_get.R index 0d4f94d..6a0f378 100644 --- a/plot/sched_get.R +++ b/plot/sched_get.R @@ -13,7 +13,7 @@ df = read_delim(input_file, delim=",", comment="#") %>% mutate(run = as.factor(run)) %>% mutate(time_per_task_per_cpu = time_per_task_per_cpu * 1e9) -dpi = 150 +dpi = 96 h = 2 w = 6