-
Notifications
You must be signed in to change notification settings - Fork 109
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
pseudo_log_trans
could provide better default breaks
#219
Comments
Unfortunately this is pretty low priority for us; I'd definitely review a PR that implemented better breaks but due to the very specialised nature of the transformation it's unlikely to be something we'd work on. |
However, |
Can you clarify (or point me to the source code) to understand how |
How about just modifying log_breaks to create something like this?
|
By default, at least for
base=10
,pseudo_log_trans
doesn't provide great default breaks.Example:
Which results in:
Setting them to something more reasonable:
provides a slightly better set of breaks:
I thought that
trans_new
would be the solution and tried:But this raises the following error:
Which is occurring in here in
log_breaks
.Not sure what they best path forward is or if this is actually expected behavior.
The text was updated successfully, but these errors were encountered: