-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
add_layout_image
works for me with a web-hosted image, e.g.:
fig = px.bar(x=['a', 'b', 'c'], y=[3, 4, 1])
fig.add_layout_image(dict(
source="https://raw.githubusercontent.com/UBICenter/blog/master/jb/_static/ubi_center_logo_wide_blue.png",
sizex=0.2, sizey=0.2))
But when passing the identical image, stored locally, nothing shows up:
fig.add_layout_image(dict(
source="../_static/ubi_center_logo_wide_blue.png",
sizex=0.2, sizey=0.2))
I'm on plotly 4.14.1.
Metadata
Metadata
Assignees
Labels
No labels