We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d391fe6 commit e1289a1Copy full SHA for e1289a1
README.Rmd
@@ -151,9 +151,7 @@ b <- ggplot(subtargets, aes(y = elapsed, x = repeats,
151
fill = n, label = elapsed)) +
152
geom_col(position = position_dodge(width = 0.85)) +
153
scale_fill_manual(values = fill_colors[4:7]) +
154
- # geom_text(hjust = 1.3, size = 3.5,
155
- # color = "white", position = position_dodge(width = 0.85)) +
156
- geom_bar_text(position = "dodge", min.size = 3.5,
+ geom_bar_text(position = "dodge", min.size = 9,
157
place = "right", contrast = TRUE) +
158
coord_flip() +
159
labs(y = "Runtime (hrs)", x = "Repeats",
@@ -202,7 +200,7 @@ e <- ggplot(subtargets, aes(x = repeats, y = percent_error, group = n)) +
202
200
)
203
201
```
204
205
-```{r kj-patch, echo=FALSE, fig.width=10, fig.height=6}
+```{r kj-patch, echo=FALSE, fig.width=12, fig.height=7}
206
b + e + plot_layout(guides = "auto") +
207
plot_annotation(title = "Kuhn-Johnson") &
208
theme(legend.position = "top",
README_files/figure-gfm/kj-patch-1.png
4.39 KB
0 commit comments