Skip to content

Commit

Permalink
rm internal stream lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 27, 2019
1 parent d6442b4 commit 9b441a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions logo/logo_hex-streams.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ hex_streams <- st_intersection(streams, hex_template_scaled)

gg_logo <- ggplot() +
geom_sf(data = hex_template_scaled, fill = "lightgreen") +
geom_sf(data = n, size = 0.6, fill = "white") +
geom_sf(data = hex_streams, size = 0.45, color = "blue") +
geom_sf(data = n_streams, size = 0.45, color = "cyan") +
geom_sf(data = n, size = 0.6, alpha = 0) +
# geom_sf(data = n_streams, size = 0.45, color = "cyan") +
geom_sf(data = n, size = 0.6, fill = "white") +
coord_sf(datum = NA) +
cowplot::theme_nothing()

Expand Down
Binary file modified man/figures/logo.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 9b441a3

Please sign in to comment.