Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logarithmic histogram bins #84

Open
stenczelt opened this issue Feb 24, 2020 · 4 comments
Open

logarithmic histogram bins #84

stenczelt opened this issue Feb 24, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@stenczelt
Copy link
Member

add option to look set up logarithmic bins in histogram with summary.

for example: if I have a dataset with GAP errors, I am interested in their order of magnitude mainly, would plot them logarithmically and not linerarly in a histogram. The following is shown at the moment which is not very meaningful.

abs_error  count: 426 min:  9.3100e-05 med:  5.7787e-02 max:  9.4018e-01 std:  7.5239e-02 var: 5.6609e-03
▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 351 [ 9.3100e-05,      0.0941)
▉▉▉▉▉▉▉                                   63 [ 9.4102e-02,      0.1881)
                                           7 [ 1.8811e-01,      0.2821)
                                           2 [ 2.8212e-01,      0.3761)
                                           0 [ 3.7613e-01,      0.4701)
                                           1 [ 4.7014e-01,      0.5641)
                                           1 [ 5.6415e-01,      0.6582)
                                           0 [ 6.5815e-01,      0.7522)
                                           0 [ 7.5216e-01,      0.8462)
                                           1 [ 8.4617e-01,      0.9402)```

I understand that we can add a new property with the current functionality, but I cannot do that in the visualiser for example (could code it there as well though) and is not that straightforward for a first time user
@stenczelt stenczelt added the enhancement New feature or request label Feb 24, 2020
@gabor1
Copy link
Contributor

gabor1 commented Feb 24, 2020 via email

@stenczelt
Copy link
Member Author

that is a good idea, can surely do it!

I think the sensible design is to have options first for --liner and --log with the logic behind and then add --auto which does this automtically, perhaps making the latter the default

@gabor1
Copy link
Contributor

gabor1 commented Feb 24, 2020 via email

@gabor1
Copy link
Contributor

gabor1 commented Feb 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants