File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ up correct aspect ratio, and draws a graticule.
177
177
use matrix-columns. These are rarely used but are produced by ` scale() ` ;
178
178
to continue use ` scale() ` you'll need to wrap it with ` as.numeric() ` ,
179
179
e.g. ` as.numeric(scale(x)) ` .
180
+
181
+ * The function ` guide_train() ` now has an optional parameter ` aesthetic `
182
+ that allows to override the ` aesthetic ` setting in the scale. This change
183
+ will only affect code that implements custom guides. (@clauswilke )
180
184
181
185
## Minor bug fixes and improvements
182
186
@@ -211,6 +215,10 @@ up correct aspect ratio, and draws a graticule.
211
215
212
216
* Legends no longer try and use set aesthetics that are not length one (#1932 ).
213
217
218
+ * All scales that are not position scales now have an ` aesthetics ` argument
219
+ that can be used to set the aesthetics the scale works with, regardles of
220
+ the name of the scale function. (@clauswilke )
221
+
214
222
### Layers
215
223
216
224
* ` geom_label ` no longer produces an undesired border around labels when
You can’t perform that action at this time.
0 commit comments