add base 2 and base e scale.distr options
See original GitHub issuescale.distr
mapping:
- linear
- ordinal
- log10
- log2 (new)
- log (new)
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Log base 2 or e or 10? - BioTuring's Blog
This is when log scale comes in handy. For example, graphs using log base 10 can simplify the values of 1, 10, 100,...
Read more >Auto Scaling groups with multiple instance types and ...
Learn how to create an Auto Scaling group with Spot and On-Demand Instances and allocation strategies. Allocation strategies determine which instance types ...
Read more >8.4.2.1.2 The Scale Tab - OriginLab
8.4.2.1.2 The Scale Tab. AxesRef-Scale. This tab provides controls for axis scale, including the axis scale range, axis type, major and minor tick ......
Read more >Exponential Functions with Base e
Start with the graph of y = ex, reflect it in the x-axis and shift it rightward 1 unit. Step 2: Since our...
Read more >Log Base 2 Calculator
The log base 2 calculator quickly computes the value of the logarithm function with base two, i.e., log₂(x) for arbitrary (positive) x.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i’ve decoupled
axis.filter()
fromaxis.values()
in https://github.com/leeoniya/uPlot/commit/c898d24c56ec3e1c314b0721353d9a0bc6b41a07this now works as expected: https://jsfiddle.net/zhpqkdo1/
i’ve pushed a bunch of commits that add
scale.log
, which can be either10
(default) or2
:https://leeoniya.github.io/uPlot/demos/log-scales2.html