dtm2451/dittoViz

jitter of yPlot with multivar.aes="color" doesn't align properly

Opened this issue · 0 comments

Current look of

library(dittoViz)
example("dittoExampleData", echo = FALSE)
yPlot(example_df, c("gene1", "gene2"), "groups", multivar.aes = "color")

image

It should have the jitter dots aligned with the boxplots and violin plots.

Likely just needs a group aes fix.