Skip to content

scatter3d marker size has different meanings when specified as a single value vs as an array. #2185

@ksze

Description

@ksze

When using Scatter3D, the marker size has very different meanings when specified as a single value vs when specified as an array.

To reproduce:

  1. Visit this codepen: https://codepen.io/k_sze/pen/MOqZpY
  2. In the codepen console, run restyle1() and restyle2();
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions