Skip to content

Commit

Permalink
remove legend
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlondon committed Oct 18, 2024
1 parent 56d00c0 commit 3b804f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions figures/akhs_stock_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plot.title.position = "plot",
# left-align title
plot.caption.position = "plot",
# right-align caption
plot.title = element_text(face = "bold"),
plot.title = element_text(size = 16, face = "bold"),
# larger, bold title
plot.caption = element_markdown(color = "grey30"),
# change color of caption
Expand Down Expand Up @@ -117,12 +117,13 @@ ggplot() +
title = "Geographic range and boundaries of harbor seal stocks in Alaska"
) +
theme(
legend.position = "bottom",
legend.position = "none",
legend.title = element_blank(),
axis.title = element_blank()
)

ggsave(here::here("figures/png/akhs_stock_map.png"),
device = agg_png,
width = 6.5, height = 4.0,
units = "in",scale =2,
bg="white",
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 3b804f5

Please sign in to comment.