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 encounter a problem where I scattering around 6 millions points (case 1) then the error happens: Kernel died, restarting. If I only plot the subset of 6 millions points (let say 1 million points), then it works fine.
However, it works well for another case (case 2) of the same number of points.
The problem is always on case 1. No problem on case 2.
Do you have any idea to fix it?
Thanks,
The text was updated successfully, but these errors were encountered:
I attach the variables. You can load variables "a", "b", "d". Then you can plot by:
ax.scatter_density(a,b, c = d). In this case, I only plot 150 points.
The error will happen on Spyder. If you are using cmd, then no figure will be generated.
Hi all,
I encounter a problem where I scattering around 6 millions points (case 1) then the error happens: Kernel died, restarting. If I only plot the subset of 6 millions points (let say 1 million points), then it works fine.
However, it works well for another case (case 2) of the same number of points.
The problem is always on case 1. No problem on case 2.
Do you have any idea to fix it?
Thanks,
The text was updated successfully, but these errors were encountered: