Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4717b46 commit 6524de2Copy full SHA for 6524de2
1 file changed
doc/users/next_whats_new/logit_scale_stuff.rst
@@ -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