-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fill by variable does not work with ggcyto #91
Comments
@sapirhv, there are a couple of issues with your code example. Variables with dots in their name must always be wrapped in backticks for ggplot and the
However, if you run that code you will encounter another issue which points out that
Perhaps @mikejiang has a better solution. The problem is that we can't append columns on the fly as new
We could check all mapping values against the Line 20 in 95559e8
I'd be happy to put together a PR for this, if you think it could work. |
Thanks a lot for the swift reply!! |
when using ggcyto, the "fill" function of ggplot does not work. It's not recording the variable in "fill" and indicating that it's not found resulting in an error.
sample code:
sample error:
The text was updated successfully, but these errors were encountered: