-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
fig_v2显示带颜色的,color参数会报错
traits.trait_errors.TraitError: The 'color' trait of a GlyphFactory instance must be a tuple of the form: (0.0 <= a floating point number <= 1.0, 0.0 <= a floating point number <= 1.0, 0.0 <= a floating point number <= 1.0) or None, but a value of array([ 75., 101., 87.]) <class 'numpy.ndarray'> was specified.
color参数要0-1之间的,点云颜色RGB是0-255, 我试着color/255归一化了,发现并不能解决问题
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels