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 e3704ea commit 912b6d0Copy full SHA for 912b6d0
NEWS.md
@@ -12,13 +12,7 @@
12
use matrix-columns. These are rarely used but are produced by `scale()`;
13
to continue to use `scale()` you'll need to wrap it with `as.numeric()`,
14
e.g. `as.numeric(scale(x))`.
15
-
16
-* Error: A continuous variable can not be mapped to shape
17
- Error: A continuous variable can not be mapped to linetype
18
19
- Previously you could map a continuous variable to shape or linetyoes, and it
20
- worked but did not produce a useful plot. Now these is a clear error.
21
22
* The function `guide_train()` now has an optional parameter `aesthetic`
23
that allows you to override the `aesthetic` setting in the scale. This
24
change will only affect code that implements custom guides (@clauswilke).
0 commit comments