You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that we need to add a source attribute to image traces similar to the one in layout.images to be able to specify images in either base64-encoded PNG or by URL, for performance reasons.
I would recommend a new attribute here so that we could do some intelligent numpy-to-base64 conversions in Python, rather than just dropping the URL requirement and reusing z.
The text was updated successfully, but these errors were encountered:
I believe that we need to add a
source
attribute toimage
traces similar to the one inlayout.images
to be able to specify images in either base64-encoded PNG or by URL, for performance reasons.I would recommend a new attribute here so that we could do some intelligent numpy-to-base64 conversions in Python, rather than just dropping the URL requirement and reusing
z
.The text was updated successfully, but these errors were encountered: