Skip to content

Commit d699fb1

Browse files
authored
Replace coord_equal in scale-identity.r (#4759)
1 parent 38ed9ce commit d699fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/scale-identity.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' ggplot(luv_colours, aes(u, v)) +
2626
#' geom_point(aes(colour = col), size = 3) +
2727
#' scale_color_identity() +
28-
#' coord_equal()
28+
#' coord_fixed()
2929
#'
3030
#' df <- data.frame(
3131
#' x = 1:4,

man/scale_identity.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)