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 58dc414 commit af5413dCopy full SHA for af5413d
NEWS.md
@@ -14,6 +14,11 @@
14
(i.e. it would fail if the user supplied an expression), so typically
15
indicates that a different approach is warranted (#2591).
16
17
+ Similarly, if you compute on the `mapping` of an existing ggplot2 object you
18
+ will also need to use rlang tools to extract the components you need. One
19
+ common errror related to this change is "invalid 'type' (list) of argument"
20
+ (#2610).
21
+
22
* Error: Column `y` must be a 1d atomic vector or a list
23
24
Internally, ggplot2 now uses `as.data.frame(tibble::as_tibble(x))` to
0 commit comments