-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
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:
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:
plotly.js/src/traces/mesh3d/attributes.js
Lines 150 to 158 in 83fd651
vertexcolor: { | |
valType: 'data_array', | |
role: 'style', | |
editType: 'calc', | |
description: [ | |
'Sets the color of each vertex', | |
'Overrides *color*.' | |
].join(' ') | |
}, |
Metadata
Metadata
Assignees
Labels
No labels