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

X-axis labels truncated in some cases #338

Closed
davidwagner opened this issue Oct 5, 2018 · 1 comment
Closed

X-axis labels truncated in some cases #338

davidwagner opened this issue Oct 5, 2018 · 1 comment

Comments

@davidwagner
Copy link
Member

In some cases the x-axis label seems to be truncated. For example:

t = Table().with_columns(
    'Value', make_array(2, 3, 9),
    'Proportion', make_array(0.25, 0.5, 0.25)
)

t.hist(bin_column='Value', bins=np.arange(1.5, 9.6, 1))

I don't understand what is causing this.

I have only been able to replicate this with examples that use bin_column= (or count=), but not with examples that don't. I don't know if that's fundamental or an accident.

@adnanhemani
Copy link
Member

Closed by #382.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants