Skip to content

Commit

Permalink
Fix geom_step default icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 27, 2011
1 parent 4bd766a commit e5c56e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom-step.r
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ geom_step <- function(aesthetics = list(), direction = "hv") {

#' @S3method aes_icon step
aes_icon.step <- function(geom) {
data.frame(x = 1:15, y = 1:15)
data.frame(x = seq(0, 1, length = 15), y = seq(0, 1, length = 15))
}

# Data and munching ----------------------------------------------------------
Expand Down
Binary file modified inst/tests/visual/icon-geom_step.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5c56e4

Please sign in to comment.