We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f957d2 commit 55bb341Copy full SHA for 55bb341
1 file changed
examples/scatter/scatter_image_as_points.py
@@ -33,7 +33,7 @@
33
34
scatter = figure[0, 0].add_scatter(
35
data=sine,
36
- mode="image", # mode must be "image", otherwise
+ mode="image", # mode must be "image", otherwise the `image` arg is ignored and markers are used
37
image=array,
38
cmap="jet", # the image is multiplied by the scatter point colors if provided
39
sizes=25,
0 commit comments