From ebf90ee5abb72ea259b12be5d40b46a2a91ef6c8 Mon Sep 17 00:00:00 2001 From: Luis Gerhorst <luis.gerhorst@fau.de> Date: Fri, 17 Dec 2021 16:30:33 +0100 Subject: [PATCH] plot height --- data/Makefile | 1 + data/plotlib.R | 2 +- pub/thesis | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/Makefile b/data/Makefile index 265fcf57..53479a68 100644 --- a/data/Makefile +++ b/data/Makefile @@ -66,6 +66,7 @@ THESIS=../pub/thesis THESIS_MICRO_D=21-11-18_17-36_micro THESIS_MAGIC_D=21-11-16_09-07_magic_r10-b10 THESIS_DU_D=21-12-15_11-40_du_r10-b10 +# THESIS_DU_D=21-11-15_17-02_du_r10-b10 .PHONY: thesis thesis: plots-$(THESIS_MICRO_D) plots-$(THESIS_MAGIC_D) plots-$(THESIS_DU_D) diff --git a/data/plotlib.R b/data/plotlib.R index 7722f345..081a5784 100644 --- a/data/plotlib.R +++ b/data/plotlib.R @@ -112,7 +112,7 @@ COL_WIDTH_CM=8.5 COL_HEIGHT_CM=6 THESIS_WIDTH_CM=14.5 -THESIS_HEIGHT_CM=THESIS_WIDTH_CM*0.75 +THESIS_HEIGHT_CM=THESIS_WIDTH_CM*0.9 THESIS_FULL_HEIGHT_CM=20 ## https://personal.sron.nl/~pault/#qualitativescheme diff --git a/pub/thesis b/pub/thesis index 6ec9e4a6..8db3f204 160000 --- a/pub/thesis +++ b/pub/thesis @@ -1 +1 @@ -Subproject commit 6ec9e4a60a12fe449ee5a1f02e813a622616ae05 +Subproject commit 8db3f204cee392a9dd9ff7140055284d60b62d9b -- GitLab