Skip to content

Commit 10475be

Browse files
committed
fixups in sizeref description
1 parent 67f372d commit 10475be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/traces/cone/attributes.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ var attrs = {
125125
description: [
126126
'Adjusts the cone size scaling.',
127127
'The size of the cones is determined by their u/v/w norm multiplied a factor and `sizeref`.',
128-
'This factor (computed internally) corresponds to the minimum "time" to travel across two',
128+
'This factor (computed internally) corresponds to the minimum "time" to travel across',
129129
'two successive x/y/z positions at the average velocity of those two successive positions',
130130
'All cones in a given trace use the same factor.',
131131
'With `sizemode` set to *scaled*, `sizeref` is unitless, its default value is *0.5*',
132-
'With `sizemode` set to *absolute*, `sizeref` has units of velocity, its the default value is',
133-
'half the sample\'s maximum vector norm.'
132+
'With `sizemode` set to *absolute*, `sizeref` has the same units as the u/v/w vector field,',
133+
'its the default value is half the sample\'s maximum vector norm.'
134134
].join(' ')
135135
},
136136

0 commit comments

Comments
 (0)