Skip to content

Commit a1ba953

Browse files
committed
more sizemode/sizeref fixups
1 parent c8a40d5 commit a1ba953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/cone/attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ var attrs = {
114114
description: [
115115
'Determines whether `sizeref` is set as a *scaled* (i.e unitless) scalar',
116116
'(normalized by the max u/v/w norm in the vector field) or as',
117-
'*absolute* value (in unit of velocity).'
117+
'*absolute* value (in the same units as the vector field).'
118118
].join(' ')
119119
},
120120
sizeref: {
@@ -126,7 +126,7 @@ var attrs = {
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`.',
128128
'This factor (computed internally) corresponds to the minimum "time" to travel across',
129-
'two successive x/y/z positions at the average velocity of those two successive positions',
129+
'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*',
132132
'With `sizemode` set to *absolute*, `sizeref` has the same units as the u/v/w vector field,',

0 commit comments

Comments
 (0)