This message was deleted.
# help
s
This message was deleted.
f
the data passed to the image mark is logo, which has a length of logo.length = 175
so the mark piled up 175 images on top of one another
☝️ 1
replace it with {length: 1} (or equivalently, [null])
m
Copy code
Plot.image({length: 1}, {
      src: [logo],
      frameAnchor: "top-right",
      href: ["<https://github.com/zachbogart/huh-data>"],
      target: "_blank",
      width: 150,
      dx: -80
    }),
z
Excellent catch, thanks for the clarification. This correction should also be applied to the custom plot theme notebook. ◆
👍 2
👍🏻 1
🙏 1