You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, when deleting line 75 (color = [color]) in plot.py, i.e. passing the color as a string instead of a list to the function sc.pl.scatter(), mu.pl.scatter() works completely fine and
Hi!
I'm getting the following error when running mu.pl.scatter() with a provided color:
When setting
color=None
, the plotting function does not fail:I also checked scanpy's
sc.pl.scatter()
and it errors as described in scverse/scanpy#1986 and scverse/scanpy#311 when passing the color as a list.Therefore, when deleting line 75 (
color = [color]
) in plot.py, i.e. passing the color as a string instead of a list to the functionsc.pl.scatter()
,mu.pl.scatter()
works completely fine andmu.pl.scatter(data,"rna:CD4","rna:CD8A", color="rna:total_counts")
then produces:
System
The text was updated successfully, but these errors were encountered: