Skip to content

Commit

Permalink
remove figure title
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlondon committed Oct 18, 2024
1 parent 3b804f5 commit 1d24ef5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions figures/akhs_stock_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ theme_set(theme_minimal(base_size = 10,
base_family = "Arial"))

theme_update(
plot.title.position = "plot",
# left-align title
plot.caption.position = "plot",
# right-align caption
plot.title = element_text(size = 16, face = "bold"),
# larger, bold title
plot.caption = element_markdown(color = "grey30"),
# change color of caption
plot.caption = element_markdown(color = "grey30"),
panel.grid.minor = element_blank() # no minor grid lines
)

Expand Down Expand Up @@ -113,9 +108,6 @@ ggplot() +
scale_x_continuous(breaks = c(180, -170, -160, -150, -140)) +
guides(fill = guide_legend(ncol = 4, nrow = 3,
override.aes = aes(color = NA))) +
labs(
title = "Geographic range and boundaries of harbor seal stocks in Alaska"
) +
theme(
legend.position = "none",
legend.title = element_blank(),
Expand Down
Binary file modified figures/png/akhs_stock_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d24ef5

Please sign in to comment.