Skip to content

Commit 7b2a121

Browse files
committed
Fixup: Update for SpatialData multiple tables (0.1.0)
1 parent cc15f06 commit 7b2a121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ Here using a reversed colormap which better represents intense values on bright
103103
sdata.pl.render_images("optical_image")
104104
.pl.render_points(
105105
"maldi_points",
106-
color=sdata.table.var.index[0],
106+
color=sdata.table["table"].var.index[0],
107107
alpha=1,
108108
size=2,
109109
cmap="viridis_r",
110110
)
111-
.pl.show(title=sdata.table.var.index[0], coordinate_systems="global")
111+
.pl.show(title=sdata.tables["table"].var.index[0], coordinate_systems="global")
112112
)
113113

114114
.. testoutput::

0 commit comments

Comments
 (0)