We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc15f06 commit 7b2a121Copy full SHA for 7b2a121
docs/examples.rst
@@ -103,12 +103,12 @@ Here using a reversed colormap which better represents intense values on bright
103
sdata.pl.render_images("optical_image")
104
.pl.render_points(
105
"maldi_points",
106
- color=sdata.table.var.index[0],
+ color=sdata.table["table"].var.index[0],
107
alpha=1,
108
size=2,
109
cmap="viridis_r",
110
)
111
- .pl.show(title=sdata.table.var.index[0], coordinate_systems="global")
+ .pl.show(title=sdata.tables["table"].var.index[0], coordinate_systems="global")
112
113
114
.. testoutput::
0 commit comments