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
Plotting a large number of points is very slow using the current method (drawing rectangles). We need to explore calculating a pixel array to represent the entire image, then use putImageData() to draw it all at once.
The text was updated successfully, but these errors were encountered:
Plotting a large number of points is very slow using the current method (drawing rectangles). We need to explore calculating a pixel array to represent the entire image, then use putImageData() to draw it all at once.
The text was updated successfully, but these errors were encountered: