Adjust DPI

This commit is contained in:
Rodrigo Arias 2022-07-19 18:09:15 +02:00
parent e98dac8b9b
commit 5041c9e49b
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -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

View File

@ -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