diff --git a/doc/dump_modify.html b/doc/dump_modify.html index f5e313fdb4..1e6a307780 100644 --- a/doc/dump_modify.html +++ b/doc/dump_modify.html @@ -189,7 +189,8 @@ assigned to atoms with a value of 5.0, then for an absolute color map the number 5.0 would be used. But for a fractional map, the number 0.75 would be used since 5.0 is 3/4 of the way from -10.0 to 10.0.

-

The delta setting is only specified if the style is sequential. It +

The delta setting must be specified for all styles, but is only used +for the sequential style; otherwise the value is ignored. It specifies the bin size to use within the range for assigning consecutive colors to. For example, if the range is from -10.0 to 10.0 and a delta of 1.0 is used, then 20 colors will be assigned to diff --git a/doc/dump_modify.txt b/doc/dump_modify.txt index 7ad5133271..c51464d672 100644 --- a/doc/dump_modify.txt +++ b/doc/dump_modify.txt @@ -182,7 +182,8 @@ assigned to atoms with a value of 5.0, then for an absolute color map the number 5.0 would be used. But for a fractional map, the number 0.75 would be used since 5.0 is 3/4 of the way from -10.0 to 10.0. -The {delta} setting is only specified if the style is sequential. It +The {delta} setting must be specified for all styles, but is only used +for the sequential style; otherwise the value is ignored. It specifies the bin size to use within the range for assigning consecutive colors to. For example, if the range is from -10.0 to 10.0 and a {delta} of 1.0 is used, then 20 colors will be assigned to