You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found really useful overloading operators + and * to compose figure objects, as inspired in the holoview library
Have you ever considered this feature ?
The text was updated successfully, but these errors were encountered:
Holoviews only supports a subset of plotly's constructs, so this implementation isn't sufficient for inclusion in plotly.py directly, but it would be a good starting point.
Also for reference, any new subplotting features are going to need to take into account the coming integration of plotly_express and it's plot faceting support.
Interesting to see that there is a plotly backend for HV, I'll give it a try.
Holoviews only supports a subset of plotly's constructs, so this implementation isn't sufficient for inclusion in plotly.py directly, but it would be a good starting point.
Can't you support it for a few simple structures s.a Scatter and let it fails with NotImplementedError Otherwise (or maybe I don't see the big picture)
Also for reference, any new subplotting features are going to need to take into account the coming integration of plotly_express and it's plot faceting support.
I understand, actually, I hesitated reporting the request there but thought it was better to start it in the initial project.
Hi,
I found really useful overloading operators
+
and*
to compose figure objects, as inspired in the holoview libraryHave you ever considered this feature ?
The text was updated successfully, but these errors were encountered: