-
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
30 files
+4 −0 | NEWS.md | |
+19 −10 | R/scale-alpha.R | |
+43 −12 | R/scale-brewer.R | |
+16 −6 | R/scale-discrete-.R | |
+36 −18 | R/scale-gradient.R | |
+14 −6 | R/scale-grey.R | |
+30 −14 | R/scale-hue.R | |
+59 −45 | R/scale-identity.R | |
+14 −5 | R/scale-linetype.R | |
+12 −6 | R/scale-linewidth.R | |
+7 −3 | R/scale-manual.R | |
+4 −4 | R/scale-shape.R | |
+17 −13 | R/scale-size.R | |
+56 −25 | R/scale-steps.R | |
+32 −26 | R/scale-viridis.R | |
+9 −12 | R/zxx.R | |
+1 −0 | man/ggplot2-package.Rd | |
+9 −4 | man/scale_alpha.Rd | |
+11 −0 | man/scale_brewer.Rd | |
+19 −6 | man/scale_discrete.Rd | |
+11 −4 | man/scale_gradient.Rd | |
+7 −4 | man/scale_grey.Rd | |
+7 −4 | man/scale_hue.Rd | |
+19 −9 | man/scale_identity.Rd | |
+8 −7 | man/scale_linetype.Rd | |
+7 −6 | man/scale_shape.Rd | |
+2 −2 | man/scale_size.Rd | |
+11 −4 | man/scale_steps.Rd | |
+11 −0 | man/scale_viridis.Rd | |
+2 −2 | tests/testthat/test-scale-gradient.R |