-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ggplot2
updated
29 files
+5 −0 | NEWS.md | |
+1 −1 | R/geom-text.R | |
+1 −6 | R/guide-.R | |
+1 −1 | R/guide-axis-theta.R | |
+2 −2 | R/guide-bins.R | |
+1 −0 | R/plot-build.R | |
+28 −33 | R/scale-.R | |
+19 −16 | R/scale-alpha.R | |
+123 −93 | R/scale-colour.R | |
+23 −34 | R/scale-hue.R | |
+2 −2 | R/scale-linetype.R | |
+19 −16 | R/scale-linewidth.R | |
+5 −3 | R/scale-shape.R | |
+19 −19 | R/scale-size.R | |
+33 −0 | R/scales-.R | |
+15 −0 | R/theme-elements.R | |
+61 −1 | R/utilities.R | |
+1 −1 | man/geom_text.Rd | |
+4 −4 | man/scale_alpha.Rd | |
+38 −7 | man/scale_colour_continuous.Rd | |
+18 −2 | man/scale_colour_discrete.Rd | |
+2 −2 | man/scale_linewidth.Rd | |
+1 −1 | man/scale_shape.Rd | |
+2 −2 | man/scale_size.Rd | |
+0 −2 | tests/testthat/_snaps/scale-colour-continuous.md | |
+4 −4 | tests/testthat/_snaps/scale-discrete.md | |
+1 −1 | tests/testthat/test-guide-colorbar.R | |
+7 −6 | tests/testthat/test-guide-legend.R | |
+24 −0 | tests/testthat/test-scales.R |