Skip to content

Commit

Permalink
adjust map space
Browse files Browse the repository at this point in the history
  • Loading branch information
mblue9 committed Aug 11, 2024
1 parent be7a4eb commit de7bad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions posts/2024-08-12-bioc2024-recap/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ p3_interactive <- ggplotly(p3, tooltip = "text") %>%

```{r, echo=FALSE, warning=FALSE, message=FALSE, cache=TRUE}
combined_maps <- subplot(
p1_interactive, p2_interactive, nrows = 1, shareX = FALSE, titleX = TRUE, titleY = FALSE) %>%
subplot(p3_interactive, nrows = 2, margin = 0.01) %>%
p1_interactive, p2_interactive, nrows = 1, shareX = FALSE, titleX = TRUE, titleY = FALSE, margin = 0) %>%
subplot(p3_interactive, nrows = 2, margin = 0) %>%
layout(
annotations = list(
list(x = 0.2, y = 0.9, text = paste("In-Person (", sum(in_person_counts$Count_InPerson, na.rm = TRUE), ")", sep = ""), xref = "paper", yref = "paper", xanchor = "center", yanchor = "bottom", showarrow = FALSE),
Expand Down

0 comments on commit de7bad5

Please sign in to comment.