Skip to content

Commit 55bb341

Browse files
committed
finish sentence
1 parent 7f957d2 commit 55bb341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/scatter/scatter_image_as_points.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
scatter = figure[0, 0].add_scatter(
3535
data=sine,
36-
mode="image", # mode must be "image", otherwise
36+
mode="image", # mode must be "image", otherwise the `image` arg is ignored and markers are used
3737
image=array,
3838
cmap="jet", # the image is multiplied by the scatter point colors if provided
3939
sizes=25,

0 commit comments

Comments
 (0)