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 aa29fc2 commit ee70105Copy full SHA for ee70105
NEWS
@@ -1,7 +1,26 @@
1
+MINOR FEATURES
2
+
3
+* `ggsave` now supports emf output files.
4
5
* all "template" plots (`plotmatrix`, `ggorder` etc) have been deprecated and
6
will be removed in a future version. These plots are poorly tested and
7
poorly supported and really belong in a separate package.
8
9
+DOCUMENTATION
10
11
+* All geoms and stats now document their aesthetics. (Fixes #447)
12
13
+BUG FIXES
14
15
+* Setting breaks outside the limits of the x or y axis no longer causes
16
+ errors. (Kohske Takahashi. Fixes #552)
17
18
+* `facet_locate` no longer evaluates unneeded expressions. (Winston
19
+ Chang. Fixes #565)
20
21
+* `annotation_map` now gets group id from munched data. (Winston Chang.
22
+ Fixes #568)
23
24
ggplot2 0.9.1
25
----------------------------------------------------------------
26
0 commit comments