plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Issue Related to Plotting large set of data approx(90k) in latest versions

Open DeepaDhiman opened this issue 1 year ago • 1 comments

Hello, I am having issue when I try to plot large set of data,

In the below code pen attached Link, I was trying to plot heatmap just for one row and around 90,000 of data.

It was working before in 2.16.0 version, but in later version after 2.23.0 to 2.27.0, it does not seems to render same data which, I was rendering before in 2.16.0.

[There is exceptional case for latest version, if I set zsmooth property to "best" then it works, but also not work with zsmooth "false" or "fast"]

[Sample Code] (https://codepen.io/Deepa-Dhiman-the-scripter/pen/KKJjmNG)

DeepaDhiman avatar Dec 15 '23 09:12 DeepaDhiman

Thanks for reporting, @DeepaDhiman

I see you're using JS in your code. @archmoj can you please take a look at this when you have a few minutes?

Coding-with-Adam avatar Dec 15 '23 15:12 Coding-with-Adam