|
5 | 5 | `theme(axis.line, axis.text, axis.ticks, axis.ticks.length, axis.line)`. This
|
6 | 6 | should allow slightly terser and more organised theme declarations
|
7 | 7 | (@teunbrand, #5301).
|
8 |
| -* `ScaleContinuous$get_breaks()` now only calls `scales::zero_range()` on limits |
9 |
| - in transformed space, rather than in data space (#5304). |
10 | 8 | * `geom_boxplot()` gains additional arguments to style the colour, linetype and
|
11 | 9 | linewidths of the box, whiskers, median line and staples (@teunbrand, #5126)
|
12 | 10 | * (internal) Using `after_scale()` in the `Geom*$default_aes()` field is now
|
@@ -461,18 +459,6 @@ stats, facets and coords (#3329, @teunbrand)
|
461 | 459 | in a manner that does affects the scale range. For hiding outliers that does
|
462 | 460 | not affect the scale range, you can continue to use `outlier.shape = NA`
|
463 | 461 | (@teunbrand, #4892).
|
464 |
| - |
465 |
| -* Binned scales now treat `NA`s in limits the same way continuous scales do |
466 |
| - (#5355). |
467 |
| - |
468 |
| -* Binned scales work better with `trans = "reverse"` (#5355). |
469 |
| - |
470 |
| -* The `legend.text.align` and `legend.title.align` arguments in `theme()` are |
471 |
| - deprecated. The `hjust` setting of the `legend.text` and `legend.title` |
472 |
| - elements continues to fulfil the role of text alignment (@teunbrand, #5347). |
473 |
| - |
474 |
| -* Integers are once again valid input to theme arguments that expect numeric |
475 |
| - input (@teunbrand, #5369) |
476 | 462 |
|
477 | 463 | * Nicer error messages for xlim/ylim arguments in coord-* functions
|
478 | 464 | (@92amartins, #4601, #5297).
|
|
0 commit comments