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

Plot: handling of add_special and add_missing when show_bin_label is True #262

Closed
ericlecoutre opened this issue Sep 16, 2023 · 1 comment
Labels
bug Something isn't working
Projects
Milestone

Comments

@ericlecoutre
Copy link

Hi

I observe a different behavior between

binning_table.plot(add_missing=False, add_special=False, show_bin_labels=False)

that removes correctlyt the two
options related to Special and Missing
and

binning_table.plot(add_missing=False, add_special=False, show_bin_labels=True)

That will strill display the two slots for Missing and Special.

I would find it more adequate to remove those ones.

@guillermo-navas-palencia guillermo-navas-palencia added the bug Something isn't working label Sep 18, 2023
@guillermo-navas-palencia
Copy link
Owner

I agree, that was not the intended behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
ToDo
  
Awaiting triage
Development

No branches or pull requests

2 participants