Skip to content

Commit 25cacb7

Browse files
authoredSep 23, 2019
Merge pull request #4181 from plotly/streamtube-doc
additions to streamtube doc
2 parents 59cc28e + 0eeb471 commit 25cacb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/traces/streamtube/index.js

+3-1
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)