Skip to content

Commit a51b730

Browse files
author
Kirill Müller
committed
enhance NEWS
1 parent 55ad5dd commit a51b730

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ ggplot2 0.9.3.1.99
77
* `ggpcp()`, `ggfluctuation()`, `ggmissing()`, `ggstructure()`, and
88
`ggorder()` are now defunct and have been removed.
99

10-
* Fix vertical justification for rotated text. (@krlmlr, #883)
10+
* Fix vertical justification for rotated text. This will change the appearance
11+
of plots that use textual elements that are rotated by 90° or 270° and have a
12+
`vjust` parameter other than the default 0.5; the interpretation of `vjust`
13+
and `hjust` is now the same for both rotated and non-rotated text elements
14+
(0 = top/left, 1 = bottom/right, 0.5 = centered). (@krlmlr, #883)
1115

1216
* `aes()` no more treats variables like `a..x..b as a calculated aesthetic.
1317
(@krlmlr, #834.)

0 commit comments

Comments
 (0)