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 f5d6e26 commit e3704eaCopy full SHA for e3704ea
NEWS.md
@@ -14,9 +14,10 @@
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
- Previously you could map a continuous variable to shape, and it worked
19
- but did not produce a useful plot. Now this is a clear error.
+ 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
0 commit comments