File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 96
96
* ` stat_function() ` gains an ` xlim ` parameter (#1528 ). It once again works
97
97
with discrete x axes (#1509 ).
98
98
99
-
100
-
101
99
* ` stat_summary() ` preserves sorted x order which avoids artefacts when
102
100
display results with ` geom_smooth() ` (#1520 ).
103
101
104
102
* ` theme_void() ` was completely void of text but facets and legends still
105
103
needed labels. They are now visible (@jiho ).
106
104
107
- * Eliminate spurious warning if you have a layer with no data and no aesthetics
108
- (#1451 ).
109
-
110
105
* You can once again set legend key and height width to unit arithmetic
111
106
objects (like ` 2 * unit(1, "cm") ` ) (#1437 ).
112
107
108
+ * Eliminate spurious warning if you have a layer with no data and no aesthetics
109
+ (#1451 ).
110
+
113
111
* Removed a superfluous comma in ` theme-defaults.r ` code (@jschoeley )
114
112
115
113
* Fixed a compatibility issue with ` ggproto ` and R versions prior to 3.1.2.
You can’t perform that action at this time.
0 commit comments