We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7808875 commit f78e49eCopy full SHA for f78e49e
NEWS
@@ -1,6 +1,11 @@
1
ggplot2 0.9.3.1.99
2
----------------------------------------------------------------
3
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
+
9
* Allow specifying only one of the limits in a scale and use the automatic
10
calculation of the other limit by passing NA to to the limit function,
11
`xlim()` or `ylim()` (@jimhester, #557).
0 commit comments