Skip to content

Commit c4d32f8

Browse files
committed
Update CHANGELOG
1 parent e5d938e commit c4d32f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Add *plot*.**scale**(*name*). Explanation TK.
88

9-
Add support for piecewise (“polylinear”) scales. If a single-argument *interpolate* function is specified, the *range* is undefined, and the *domain* has more than two elements, the range [0, 1] will be partitioned into *domain*.length - 1 same-sized segments. The default scale range for *x* and *y* now supports piecewise scales, as does the default axis tick count.
9+
Add support for piecewise (a.k.a. “polylinear”) scales. If a single-argument *interpolate* function is specified (or equivalently a color scheme such as *warm*), and the *range* is undefined, and the *domain* has more than two elements, the range [0, 1] will be partitioned into *domain*.length - 1 same-sized segments. The default scale range for *x* and *y* now supports piecewise scales, as does the default axis tick count.
1010

1111
Add automatic detection of “reversed” scales with descending domains or ranges. Reversed scales are now detected by comparing the natural order of the domain and range, rather than checking the *reverse* option. This affects the default axis label arrow orientation and the behavior of the *zero* option.
1212

0 commit comments

Comments
 (0)