Skip to content

Commit

Permalink
plotMedianMap() - make all sizes of dots equal, color is already dist…
Browse files Browse the repository at this point in the history
…inctive, based on review
  • Loading branch information
JelleRienstra committed Nov 21, 2024
1 parent 2a0e91b commit 3babfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ if(html){ pal <- colorNumeric(viridis(n = 7),
ggplot(aes()) +
geom_sf(data = backgroundmap, aes(), fill = "lightgrey", alpha = 0.5) +
# geom_sf_label(aes(label = Station), nudge_y = -3000, size = 3) +
geom_sf(aes(color = Mediaan, size = Mediaan)) +
geom_sf(aes(color = Mediaan, size = 3)) +
ggtitle(label = parname) +
coord_sf(datum=28992) +
scale_color_viridis() +
Expand Down

0 comments on commit 3babfa6

Please sign in to comment.