Description
I have been doing some trials on my own about scatter and scattergl 2D plots. This is what I found:
SVG plot:
-
Mozilla performs good and exactly the same as Chrome when inputing a list of sizes for the points being displayed. Length(Points) == Length(List of sizes)
-
Chrome performs good an exactly the same as Mozilla in SVG when inputing a list of sizes for the points being displayed. Length(Points) == Length(List of sizes)
WebGL plot:
-
Mozilla performs good but different as Chrome in WebGL and SVG and different as Mozilla in SVG as well.
-
Chrome performs good and same as Chrome in SVG and Mozilla in SVG but different as Mozilla in WebGL
To summarize, at some point the rendering of the scattergl plot in mozilla oversizes the points even if you input a specific point size. Chrome in SVG and WebGL perform the same
Would that be a bug? Would this be solved?
Thank you very much!!