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.
I believe that we need to add a
sourceattribute toimagetraces similar to the one inlayout.imagesto 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.