Skip to content

Cannot stack multiple render commands of the same kind #191

Description

@timtreis

Based on: #190

MRE

import spatialdata as sd
from spatialdata.datasets import blobs
import spatialdata_plot

(
    blob
    .pl.render_shapes(elements="blobs_circles")
    .pl.render_shapes(elements="blobs_polygons")
    .pl.show()
)

image

Should have both shapes

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions