Skip to content

Commit 9e4b77e

Browse files
committed
update ncontours description
1 parent 906af8d commit 9e4b77e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/traces/contour/attributes.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ module.exports = extendFlat({},
4747
dflt: 0,
4848
role: 'style',
4949
description: [
50-
'Sets the number of contour levels.',
50+
'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`.',
5153
'Has an effect only if `autocontour` is *true*.'
5254
].join(' ')
5355
},

0 commit comments

Comments
 (0)