Skip to content

update vertextcolor description to note the range of the values #3348

@chriddyp

Description

@chriddyp

I was just reading through a community member's notebook (https://plot.ly/~empet/15040/plotly-mesh3d-from-a-wavefront-obj-f/#/) and came across this comment:
image

Indeed, looks like the vertexcolor description is a little terse, could mention that this color needs to be normalized between 0 and 1, unlike other color mappings:

vertexcolor: {
valType: 'data_array',
role: 'style',
editType: 'calc',
description: [
'Sets the color of each vertex',
'Overrides *color*.'
].join(' ')
},

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions