Skip to content

Commit

Permalink
lighten logo background
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 27, 2019
1 parent 1706cb6 commit d6442b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logo/logo_hex-streams.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ hex_streams <- st_intersection(streams, hex_template_scaled)
# ---- initial plotting ----

gg_logo <- ggplot() +
geom_sf(data = hex_template_scaled, fill = "darkgreen") +
geom_sf(data = hex_template_scaled, fill = "lightgreen") +
geom_sf(data = n, size = 0.6, fill = "white") +
geom_sf(data = hex_streams, size = 0.6, color = "blue") +
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) +
coord_sf(datum = NA) +
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 d6442b4

Please sign in to comment.