Skip to content

Commit abe5c0a

Browse files
committed
additions to streamtube doc
1 parent 46866fd commit abe5c0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/traces/streamtube/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ module.exports = {
5353
'By default, the tubes\' starting positions will be cut from the vector field\'s',
5454
'x-z plane at its minimum y value.',
5555
'To specify your own starting position, use attributes `starts.x`, `starts.y`',
56-
'and `starts.z`.'
56+
'and `starts.z`.',
57+
'The color is encoded by the norm of (u, v, w), and the local radius',
58+
'by the divergence of (u, v, w)'.
5759
].join(' ')
5860
}
5961
};

0 commit comments

Comments
 (0)