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))
The resulting plot is here:

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.
Hi,
I want set the vmin and vmax of the color, but failed. This is the first method:
The resulting plot is here:

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:
vminandvmaxdidn't work in both cases.