We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7ccaa commit ca7c022Copy full SHA for ca7c022
src/traces/streamtube/index.js
@@ -41,11 +41,11 @@ module.exports = {
41
42
meta: {
43
description: [
44
- 'Use streamtube trace to visualize flow in a vector fields.',
+ 'Use a streamtube trace to visualize flow in a vector field.',
45
'',
46
'Specify a vector field using 6 1D arrays of equal length,',
47
'3 position arrays `x`, `y` and `z`',
48
- 'and 3 vector component arrays `u`, `v`, `w`.',
+ 'and 3 vector component arrays `u`, `v`, and `w`.',
49
50
'By default, the tubes\' starting positions will be cut from the vector field\'s',
51
'x-z plane at its minimum y value.',
0 commit comments