@@ -162,8 +162,6 @@ b <- ggplot(subtargets, aes(y = elapsed, x = repeats,
162162 legend.background = element_rect(fill = "ivory"),
163163 legend.key = element_rect(fill = "ivory"),
164164 axis.ticks = element_blank(),
165- axis.text.x = element_text(size = 11),
166- axis.text.y = element_text(size = 11),
167165 panel.background = element_rect(fill = "ivory",
168166 colour = "ivory"),
169167 plot.background = element_rect(fill = "ivory"),
@@ -189,8 +187,6 @@ e <- ggplot(subtargets, aes(x = repeats, y = percent_error, group = n)) +
189187 legend.background = element_rect(fill = "ivory"),
190188 legend.key = element_rect(fill = "ivory"),
191189 axis.ticks = element_blank(),
192- axis.text.x = element_text(size = 11),
193- axis.text.y = element_text(size = 11),
194190 panel.background = element_rect(fill = "ivory",
195191 color = "ivory"),
196192 plot.background = element_rect(fill = "ivory"),
@@ -204,6 +200,11 @@ e <- ggplot(subtargets, aes(x = repeats, y = percent_error, group = n)) +
204200b + e + plot_layout(guides = "auto") +
205201 plot_annotation(title = "Kuhn-Johnson") &
206202 theme(legend.position = "top",
203+ legend.text = element_text(size = 12),
204+ axis.text.x = element_text(size = 11,
205+ face = "bold"),
206+ axis.text.y = element_text(size = 11,
207+ face = "bold"),
207208 panel.background = element_rect(fill = "ivory",
208209 color = "ivory"),
209210 plot.background = element_rect(fill = "ivory"),)
0 commit comments