@@ -486,7 +486,7 @@ small selection of feature refinements.
486
486
(@thomasp85 , #4149 )
487
487
488
488
* Fix bug in ` scale_[x|y]_date() ` where custom breaks functions that resulted in
489
- fracional dates would get misaligned (@thomasp85 , #3965 )
489
+ fractional dates would get misaligned (@thomasp85 , #3965 )
490
490
491
491
* Fix bug in ` scale_[x|y]_datetime() ` where a specified timezone would be
492
492
ignored by the scale (@thomasp85 , #4007 )
@@ -512,7 +512,7 @@ small selection of feature refinements.
512
512
and plots are faceted with multi-layered strips (@teunbrand , #4384 ).
513
513
514
514
* Using ` theme(aspect.ratio = ...) ` together with free space in ` facet_grid() `
515
- now crrectly throws an error (@thomasp85 , #3834 )
515
+ now correctly throws an error (@thomasp85 , #3834 )
516
516
517
517
* Fixed a bug in ` labeller() ` so that ` .default ` is passed to ` as_labeller() `
518
518
when labellers are specified by naming faceting variables. (@waltersom , #4031 )
@@ -781,7 +781,7 @@ fixing some unit tests that broke due to upstream changes.
781
781
with ribbons that spanned ` y = 0 ` (#3471 )
782
782
* Using ` qplot() ` with a single positional aesthetic will no longer title the
783
783
non-specified scale as ` "NULL" ` (#3473 )
784
- * Fixes unit tests for sf graticule labels caused by chages to sf
784
+ * Fixes unit tests for sf graticule labels caused by changes to sf
785
785
786
786
# ggplot2 3.2.0
787
787
@@ -1127,7 +1127,7 @@ accompanying issue #2890.
1127
1127
* Error: ` data ` must be uniquely named but has duplicate columns
1128
1128
1129
1129
If layer data contains columns with identical names an error will be
1130
- thrown. In earlier versions the first occuring column was chosen silently,
1130
+ thrown. In earlier versions the first occurring column was chosen silently,
1131
1131
potentially masking that the wrong data was chosen.
1132
1132
1133
1133
* Error: Aesthetics must be either length 1 or the same as the data
@@ -1615,7 +1615,7 @@ The facet system, as well as the internal panel class, has been rewritten in
1615
1615
ggproto. Facets are now extendable in the same manner as geoms and stats, as
1616
1616
described in `vignette("extending-ggplot2")`.
1617
1617
1618
- We have also added the following new fatures .
1618
+ We have also added the following new features .
1619
1619
1620
1620
* `facet_grid()` and `facet_wrap()` now allow expressions in their faceting
1621
1621
formulas (@DanRuderman, #1596).
@@ -1665,7 +1665,7 @@ re-installation of all extension packages.
1665
1665
### Date time
1666
1666
1667
1667
* `scale_*_datetime()` now supports time zones. It will use the timezone
1668
- attached to the varaible by default, but can be overridden with the
1668
+ attached to the variable by default, but can be overridden with the
1669
1669
`timezone` argument.
1670
1670
1671
1671
* New `scale_x_time()` and `scale_y_time()` generate reasonable default
@@ -1691,7 +1691,7 @@ Compared to the previous version of ggplot2, there are three main changes:
1691
1691
1. `scale_x_discrete()` and `scale_y_discrete()` always show discrete NA,
1692
1692
regardless of their source
1693
1693
1694
- 1. If present, `NA`s are shown in discete legends.
1694
+ 1. If present, `NA`s are shown in discrete legends.
1695
1695
1696
1696
1. All discrete scales gain a `na.translate` argument that allows you to
1697
1697
control whether `NA`s are translated to something that can be visualised,
@@ -1772,7 +1772,7 @@ There were a number of tweaks to the theme elements that control legends:
1772
1772
1773
1773
* `geom_contour()` more clearly describes what inputs it needs (# 1577).
1774
1774
1775
- * `geom_curve()` respects the `lineend` paramater (# 1852).
1775
+ * `geom_curve()` respects the `lineend` parameter (# 1852).
1776
1776
1777
1777
* `geom_histogram()` and `stat_bin()` understand the `breaks` parameter once
1778
1778
more. (# 1665). The floating point adjustment for histogram bins is now
@@ -2259,7 +2259,7 @@ version of ggplot.
2259
2259
inline with the 2nd edition of the ggplot2 box , which minimises the use of
2260
2260
`qplot()` in favour of `ggplot()`.
2261
2261
2262
- * Tighly linked geoms and stats (e.g. `geom_boxplot()` and `stat_boxplot()` )
2262
+ * Tightly linked geoms and stats (e.g. `geom_boxplot()` and `stat_boxplot()` )
2263
2263
are now documented in the same file so you can see all the arguments in one
2264
2264
place. Variations of the same idea (e.g. `geom_path()` , `geom_line()` , and
2265
2265
`geom_step()` ) are also documented together.
@@ -2362,7 +2362,7 @@ version of ggplot.
2362
2362
* `geom_segment()` annotations were not transforming with scales
2363
2363
(@BrianDiggs, #859).
2364
2364
2365
- * `geom_smooth()` is no longer so chatty. If you want to know what the deafult
2365
+ * `geom_smooth()` is no longer so chatty. If you want to know what the default
2366
2366
smoothing method is, look it up in the documentation! (#1247)
2367
2367
2368
2368
* `geom_violin()` now has the ability to draw quantile lines (@DanRuderman).
@@ -2394,7 +2394,7 @@ version of ggplot.
2394
2394
2395
2395
* You can now suppress the appearance of an axis/legend title (and the space
2396
2396
that would allocated for it) with `NULL` in the `scale_` function. To
2397
- use the default lable , use `waiver()` (#1145).
2397
+ use the default label , use `waiver()` (#1145).
2398
2398
2399
2399
* Position adjustments no longer warn about potentially varying ranges
2400
2400
because the problem rarely occurs in practice and there are currently a
0 commit comments