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
In the codepen console, run restyle1() and restyle2();
Watch the points getting very different sizes.
restyle1() specifies the sizes of the markers as an array filled with the integer 12; restyle2() specifies the sizes of the markers as a single value of 12.