Open xiaoyingpu opened 4 years ago
@citywallum have you gotten a sense of where the error is coming from?
The reason that fill = cyl doesn't generate output or report error is that my algorithm looks for patter "factor(...)", if the variable is not quoted, the variable name would not be passed as "extra_var". So the main job now is to fix "Error: Discrete value supplied to continuous scale". I believe if this error got fixed, fill = cyl would work( by just modifying the parsing algorithm a bit, it would be easy)
For geom_bloc -> area plots. (density plots seem fine). Leftover from issue PR #88
For example, the following code should work, but the second one throws
Error: Discrete value supplied to continuous scale
This already works