-
Notifications
You must be signed in to change notification settings - Fork 293
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
Specifying bins as arrays when using group
and overlay
with Table.hist and Table.interactive_plots() causes an error
#496
Comments
As this is a bug with the interactive plots part of the library, @chrispyles and @khsu2000 are the point of contacts on this. |
Looking into this now. |
Thank you! I’ve identified a few more plotly integration bugs; should I keep opening issues here or is there a more convenient place for me to put them?
…
On Apr 5, 2021, at 1:40 AM, khsu2000 ***@***.***> wrote:
Looking into this now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I believe the PR I made (#480) that was merged in Feb resolves this issue. When I install the most recent version of datascience and try the command, I'm able to produce the expected graphs: |
I'm unsure of if there's a more convenient location to list issues, opening new issues should be fine. |
@surajrampure , opening additional issues here for any other plotly integration issues you find would be great! Thank you. |
Noting that this issue should now be resolved, I'm going to close this issue. @surajrampure please feel free to open new issues for the plotly integration! :) |
Sorry for the wordy title. I've attached a screenshot of the issue.
The error doesn't occur if you remove
overlay = False
, or if you specifybins
to be an integer rather than an array. (bins
as an array works in all other cases.)The text was updated successfully, but these errors were encountered: