-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
fix .hvplot for ibis #990
fix .hvplot for ibis #990
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Really appreciate you looking into this. The ibis backend was left in a half-finished state when the folks working on it ran out of funding. So reviving it is pretty exciting and if we can make it work well let's write a blog post about it. |
Thanks. Does that mean you will now approve and merge @philippjfr ? |
Was giving Maxime a chance to review but I'll just go ahead and merge now. |
Sorry it's been a short and busy week. Thanks Marc for working on that. I will just say that personally I don't consider that as a priority as Ibis was never advertised in hvPlot, my focus is rather on stability/bug fixes and docs. A couple of comments on that specific PR:
|
@MarcSkovMadsen which version of ibis did you you? How did you install it? |
|
Regarding the title. When I wrote it, I thought HoloViews was supporting Ibis well and this was just a small thing and then ibis would work well with hvplot. Now I can see that is far from the situation. |
Closes #988
After this change I can produce a plot from the example in #988. But it seems it does not understand the Timestamp type should be shown as datetime on the x-axis. I will create a separate issue with holoviews for that.
I've created an issue here holoviz/holoviews#5521.