Browse Source

Merge 6d197755fa into c47106a5f1

pull/11/merge
Harold 6 years ago
committed by GitHub
parent
commit
97db2406d5
  1. 2
      R/geom-statebins.r

2
R/geom-statebins.r

@ -105,7 +105,7 @@ GeomStatebins <- ggplot2::ggproto("GeomStatebins", ggplot2::Geom,
ymin = y - height / 2, ymax = y + height / 2, height = NULL
) -> xdat
saveRDS(xdat, "/tmp/setupdata.rds")
saveRDS(xdat, "tmp/setupdata.rds")
xdat

Loading…
Cancel
Save