@@ -42,7 +42,7 @@ module.exports = {
42
42
dflt : true ,
43
43
role : 'style' ,
44
44
description : [
45
- 'Determines whether of not the contour level attributes at ' ,
45
+ 'Determines whether or not the contour level attributes are ' ,
46
46
'picked by an algorithm.' ,
47
47
'If *true*, the number of contour levels can be set in `ncontours`.' ,
48
48
'If *false*, set the contour level attributes in `contours`.'
@@ -52,7 +52,10 @@ module.exports = {
52
52
valType : 'integer' ,
53
53
dflt : 0 ,
54
54
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 ( ' ' )
56
59
} ,
57
60
58
61
contours : {
@@ -82,7 +85,7 @@ module.exports = {
82
85
description : [
83
86
'Determines the coloring method showing the contour values.' ,
84
87
'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' ,
86
89
'between each contour level.' ,
87
90
'If *lines*, coloring is done on the contour lines.' ,
88
91
'If *none*, no coloring is applied on this trace.'
0 commit comments