olivermccallion
Results
2
comments of
olivermccallion
Running into the same problem with spatialdata-plot version 0.2.6.dev3+gffd4a1f where: ``` region.pl.render_shapes( "cell_boundaries", color = "CD3E", vmax = 11, clip=True).pl.show(title="CD3", coordinate_systems="global", ax=axes[1]) ``` ``` region.pl.render_shapes( "cell_boundaries", color = "CD3E", vmax...
Thanks @wangjiawen2013 I'm trying to achieve the same behaviour as your opening post, where you were looking to specify min and max values to the render_shapes() colorbar when the shapes...