-
Notifications
You must be signed in to change notification settings - Fork 15
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
Local attributions plot too wide due to unrounded model values #68
Comments
Thansk, very important point, We are using the |
By default names are rounded with |
It would still be great if the labels could be created automatically without using vnames. Please use it like this:
|
@agilebean for some strange reason the problem comes from local.obs being a tibble.
|
That is truly unexpected. |
It's because for tibbles the |
For regressions, the table returned by
local_attributions()
contains values that are not rounded (left column):This would not be an issue, however, the plot becomes too wide which narrows the main plot:
Is there any way to round the decimal values in the y-axis?
The text was updated successfully, but these errors were encountered: