Browse Source

Merge pull request #20 from delabj/patch-1

Remove extra tile_data$size <- 2
master
boB Rudis 4 years ago
committed by GitHub
parent
commit
046467b1ec
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      R/geom-statebins.r

1
R/geom-statebins.r

@ -150,7 +150,6 @@ GeomStatebins <- ggplot2::ggproto("GeomStatebins", ggplot2::Geom,
radius = grid::unit(6, "pt")) {
tile_data <- data
tile_data$size <- 2
tile_data$colour <- border_col
tile_data$size <- border_size

Loading…
Cancel
Save