Skip to content

Commit

Permalink
thin, fin mb
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed May 21, 2020
1 parent 1c1303d commit d1b0fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/13-manitoba-figure.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source('R/00-palette.R')
## Theme
themeMap <- theme(panel.border = element_rect(size = 1, fill = NA),
panel.background = element_rect(fill = watercol),
panel.grid = element_line(color = gridcol, size = 0.3),
panel.grid = element_line(color = gridcol, size = 0.2),
axis.text = element_text(size = 11, color = 'black'),
axis.title = element_blank())

Expand All @@ -43,7 +43,7 @@ mb <- bounds[bounds$name_en == 'Manitoba',]
bb <- st_bbox(st_buffer(mb, 2.5e6))

gmb <- ggplot() +
geom_sf(fill = islandcol, color = 'black', size = 0.2, data = bounds) +
geom_sf(fill = islandcol, color = 'black', size = 0.1, data = bounds) +
geom_sf(fill = '#cd0001', color = NA, alpha = 0.3, data = mb) +
geom_sf(fill = watercol, color = streamcol, size = 0.1, data = lakes) +
guides(color = FALSE, fill = FALSE) +
Expand Down
Binary file modified graphics/13-manitoba.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 d1b0fb5

Please sign in to comment.