z626093820

Results 2 comments of z626093820

> You can also pass a `Nominal` scale with an explicit ordering: > > ```python > ( > so.Plot(penguins, x="island",y='bill_length_mm', color="species") > .add(so.Range(), so.Est(errorbar="sd"), so.Dodge()) > .add(so.Dot(pointsize=2), so.Jitter(0.2), so.Dodge()) >...

> Hi!I think we might fall in the same hole, I also met this problem but for me the case is I can't get the correct gene name (in my...