Adjust DPI
This commit is contained in:
parent
e98dac8b9b
commit
5041c9e49b
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 |
@ -13,7 +13,7 @@ df = read_delim(input_file, delim=",", comment="#") %>%
|
|||||||
mutate(run = as.factor(run)) %>%
|
mutate(run = as.factor(run)) %>%
|
||||||
mutate(time_per_task_per_cpu = time_per_task_per_cpu * 1e9)
|
mutate(time_per_task_per_cpu = time_per_task_per_cpu * 1e9)
|
||||||
|
|
||||||
dpi = 150
|
dpi = 96
|
||||||
h = 2
|
h = 2
|
||||||
w = 6
|
w = 6
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ df = read_delim(input_file, delim=",", comment="#") %>%
|
|||||||
mutate(run = as.factor(run)) %>%
|
mutate(run = as.factor(run)) %>%
|
||||||
mutate(time_per_task_per_cpu = time_per_task_per_cpu * 1e9)
|
mutate(time_per_task_per_cpu = time_per_task_per_cpu * 1e9)
|
||||||
|
|
||||||
dpi = 150
|
dpi = 96
|
||||||
h = 2
|
h = 2
|
||||||
w = 6
|
w = 6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user