We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906af8d commit 9e4b77eCopy full SHA for 9e4b77e
src/traces/contour/attributes.js
@@ -47,7 +47,9 @@ module.exports = extendFlat({},
47
dflt: 0,
48
role: 'style',
49
description: [
50
- 'Sets the number of contour levels.',
+ 'Sets the maximum number of contour levels. The actual number',
51
+ 'of contours will be chosen automatically to be less than or',
52
+ 'equal to the value of `ncontours`.',
53
'Has an effect only if `autocontour` is *true*.'
54
].join(' ')
55
},
0 commit comments