-
Notifications
You must be signed in to change notification settings - Fork 17
Labels
bugSomething isn't workingSomething isn't workingshapes 🫧Anything related to ShapesAnything related to Shapes
Milestone
Description
Hi,
I want set the vmin and vmax of the color, but failed. This is the first method:
norm = matplotlib.colors.Normalize(vmin=-1.0, vmax=0.4)
sdata.pl.render_shapes("cell_circles", norm=norm, color="NOTCH2", method="matplotlib").pl.show(coordinate_systems= "physical", figsize=(10,4))
This is the second method:
sdata.pl.render_shapes("cell_circles", vmin=-1, vmax=1, color="NOTCH2", method="matplotlib").pl.show(coordinate_systems= "physical", figsize=(10,4))
The resulting plot is here:
vmin
and vmax
didn't work in both cases.
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't workingshapes 🫧Anything related to ShapesAnything related to Shapes