Skip to content

Commit

Permalink
fix pkgdown plots
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Aug 1, 2024
1 parent 7d41dda commit b93b34e
Show file tree
Hide file tree
Showing 133 changed files with 1,020 additions and 1,047 deletions.
3 changes: 1 addition & 2 deletions R/plot_nhdplus.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,8 @@ plot_nhdplus <- function(outlets = NULL, bbox = NULL, streamorder = NULL,
cachedir = cache_tiles,
verbose = FALSE, provider = basemap)

old_par <- par()
old_par <- par(mar = c(0, 0, 0, 0))
on.exit(par(old_par))
par(mar = c(0, 0, 0, 0))

mapsf::mf_map(bb, type = "base", col = NA, border = NA)

Expand Down
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/DISCLAIMER.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b93b34e

Please sign in to comment.