We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27cf15d + 2ec7540 commit 36bafbfCopy full SHA for 36bafbf
src/spatialdata_plot/pl/render.py
@@ -252,7 +252,6 @@ def _render_shapes(
252
# Transform the paths in PatchCollection
253
for path in _cax.get_paths():
254
path.vertices = trans.transform(path.vertices)
255
- cax = ax.add_collection(_cax)
256
257
# Sets the limits of the colorbar to the values instead of [0, 1]
258
if not norm and not values_are_categorical:
0 commit comments