Skip to content

Commit

Permalink
drop debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Oct 13, 2017
1 parent b8ed06f commit 4d25390
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/geom_eye.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ GeomDensityOrViolin <- ggproto("GeomDensityOrViolin", Geom,
grouping_columns = names(data) %>%
intersect(c("colour", "fill", "linetype", "group", "x"))

print(grouping_columns)
print(summary(data))

grobs = data %>%
dlply(grouping_columns, function(d) {
# Find the points for the line to go all the way around
Expand All @@ -199,8 +196,6 @@ GeomDensityOrViolin <- ggproto("GeomDensityOrViolin", Geom,
)
})

print(str(grobs))

# this is a slightly hackish approach to getting the draw order correct for the common
# use case of fit lines / curves: draw the ribbons in order from largest mean width to
# smallest mean width, so that the widest intervals are on the bottom.
Expand Down

0 comments on commit 4d25390

Please sign in to comment.