Skip to content

Commit e866fe5

Browse files
committed
upated images
1 parent 79c9e36 commit e866fe5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Loading
Binary file not shown.

tests/pl/test_render_shapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ def _make_multi():
8888
adata.obs.loc[:, "val"] = [1, 2, 3, 4]
8989
table = TableModel.parse(adata, region="p", region_key="region", instance_key="val")
9090
sdata.table = table
91-
sdata.pl.render_shapes(col="val", outline=True, fill_alpha=0.3).pl.show()
91+
sdata.pl.render_shapes(color="val", outline=True, fill_alpha=0.3).pl.show()

0 commit comments

Comments
 (0)