Skip to content
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

Grouped visualisation of repExplore() with "lens" method and "nt" column plots shifted errors bars. #65

Closed
vadimnazarov opened this issue Jun 4, 2020 · 0 comments
Labels
tag:Methods Analysis and visualisation methods type:Bug Something isn't working

Comments

@vadimnazarov
Copy link
Contributor

🐛 Bug

Grouped visualisation of repExplore() with "lens" method and "nt" column plots shifted errors bars.

To Reproduce

Steps to reproduce the behavior:

data(immdata)
# Is OK
repExplore(immdata$data, "lens", "aa") %>% vis(.by="Status", .meta=immdata$meta)
# Is not OK
repExplore(immdata$data, "lens", "nt") %>% vis(.by="Status", .meta=immdata$meta)

screenshot

@vadimnazarov vadimnazarov added type:Bug Something isn't working status:Help wanted tag:Methods Analysis and visualisation methods labels Jun 4, 2020
vadimnazarov pushed a commit that referenced this issue Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag:Methods Analysis and visualisation methods type:Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant