Skip to content

Scatter plot does not handle long input array in 6.0.0 #5074

@JungShinPlusPlus

Description

@JungShinPlusPlus

Hi. I have been using plotly 5.18.0 in unbuntu and displaying/saving scatter plot did not have issues with long array data.
It was slow but still displayed in notebook and browser.

When I loaded the same data in 6.0.0 in windows displayed plot was empty.
After some debuging I noticed in the 5.18.0, figure data type was array:
e,g ) 'x': array([ 1, 2, 3, 4

but in the 6.0.0 (at least in windows) data type is now
"bdata" and it seems to be string. (I guess base64 encoded or something?)

So in windows, I uninstalled 6.0.0 and installed 5.18 and type is back to array and plots are displaying.

Maybe new format should support large array?
Or at least there should error/warning if there is new max limit and way to disable the encryption?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions