Skip to content

Commit 912b6d0

Browse files
committed
Remove fake news (actually a bug, #2599)
1 parent e3704ea commit 912b6d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

NEWS.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@
1212
use matrix-columns. These are rarely used but are produced by `scale()`;
1313
to continue to use `scale()` you'll need to wrap it with `as.numeric()`,
1414
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
1815

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-
2216
* The function `guide_train()` now has an optional parameter `aesthetic`
2317
that allows you to override the `aesthetic` setting in the scale. This
2418
change will only affect code that implements custom guides (@clauswilke).

0 commit comments

Comments
 (0)