@@ -42,7 +42,7 @@ module.exports = {
4242 dflt : true ,
4343 role : 'style' ,
4444 description : [
45- 'Determines whether of not the contour level attributes at ' ,
45+ 'Determines whether or not the contour level attributes are ' ,
4646 'picked by an algorithm.' ,
4747 'If *true*, the number of contour levels can be set in `ncontours`.' ,
4848 'If *false*, set the contour level attributes in `contours`.'
@@ -52,7 +52,10 @@ module.exports = {
5252 valType : 'integer' ,
5353 dflt : 0 ,
5454 role : 'style' ,
55- description : 'Sets the number of contour levels.'
55+ description : [
56+ 'Sets the number of contour levels.' ,
57+ 'Has an effect only if `autocontour` is *true*.'
58+ ] . join ( ' ' )
5659 } ,
5760
5861 contours : {
@@ -82,7 +85,7 @@ module.exports = {
8285 description : [
8386 'Determines the coloring method showing the contour values.' ,
8487 'If *fill*, coloring is done evenly between each contour level' ,
85- 'If *heatmap*, a heatmap gradient is coloring is applied' ,
88+ 'If *heatmap*, a heatmap gradient coloring is applied' ,
8689 'between each contour level.' ,
8790 'If *lines*, coloring is done on the contour lines.' ,
8891 'If *none*, no coloring is applied on this trace.'
0 commit comments