Skip to content

Commit f78e49e

Browse files
committed
Add NEWS bit about new themes
1 parent 7808875 commit f78e49e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ggplot2 0.9.3.1.99
22
----------------------------------------------------------------
33

4+
* Add new themes: `theme_linedraw()` is similar to `theme_bw()` but with
5+
truly only white and black elements and spacing between elements identical
6+
to `theme_gray`. `theme_light` is similar but with light gray box and axes
7+
around the plot, to emphasise content more (@jiho, #923)
8+
49
* Allow specifying only one of the limits in a scale and use the automatic
510
calculation of the other limit by passing NA to to the limit function,
611
`xlim()` or `ylim()` (@jimhester, #557).

0 commit comments

Comments
 (0)