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

histogram disappears in .cols(2) of 2 by 2. #66

Closed
basnijholt opened this issue May 12, 2015 · 3 comments
Closed

histogram disappears in .cols(2) of 2 by 2. #66

basnijholt opened this issue May 12, 2015 · 3 comments
Assignees
Milestone

Comments

@basnijholt
Copy link
Contributor

This one is a bit strange, but the histogram disappears

(gaps_bounds2[0,0] + gaps_bounds2[0,0] + gaps_bounds2[0,0].hist() + gaps_bounds2[0,0]).cols(2)

download 1

Just one row works fine:

(gaps_bounds2[0,0].hist() + gaps_bounds2[0,0]).cols(2)

download 2

@philippjfr
Copy link
Member

Very strange, when you add a histogram to each they appear again. Will have to investigate in the near future.

@philippjfr philippjfr self-assigned this May 12, 2015
@jlstevens
Copy link
Contributor

This is one of the bugs we will want to sort-out before we do the next (bug fix) release.

@philippjfr philippjfr added this to the 1.1.1 milestone May 14, 2015
philippjfr added a commit that referenced this issue May 18, 2015
@philippjfr
Copy link
Member

Should be fixed by the commit referenced above, so I'll close this now.

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

No branches or pull requests

3 participants