Skip to content

Commit 1001360

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1109328 commit 1001360

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/gallery/overlays/plot_filter_groups.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@
1111

1212
sdata = load_visium_breast_cancer()
1313

14-
(
15-
sdata.pl.render_images("tissue")
16-
.pl.render_shapes("spots", color="in_tissue", groups=["1"], fill_alpha=0.7)
17-
.pl.show()
18-
)
14+
(sdata.pl.render_images("tissue").pl.render_shapes("spots", color="in_tissue", groups=["1"], fill_alpha=0.7).pl.show())

0 commit comments

Comments
 (0)