Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6524de2

Browse files
committed
logitscale: add whatsnew entry
1 parent 4717b46 commit 6524de2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Improvements in Logit scale ticker and formatter
2+
------------------------------------------------
3+
4+
Introduced in version 1.5, the logit scale didn't have appropriate ticker and
5+
formatter. Previously, location of ticks was not zoom dependent, too many label
6+
was displayed implying overlapping which break readability, and label formatting
7+
was not precision adaptive.
8+
9+
Starting from this version, the locator have near the same behavior as the
10+
locator for the log scale or the same behavior as the locator for the linear
11+
scale, depending on used zoom. The number of ticks is controlled. Some minor
12+
labels are displayed adaptively as sublabels in log scale. Formatting is adapted
13+
for probabilities and the precision is adaptive depending on the scale.

0 commit comments

Comments
 (0)