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
Is your feature request related to a problem? Please describe.
I was looking at adding some annotations to a plot, but I couldn't find the feature in the hvplot documentation about it either under arrow or annotation. I did find about holoviews.Arrow though. Using the "primitive" holoviews.Arrow is rather cumbersome though.
Describe the solution you'd like
Have additional wrappers like:
da.hvplot(kind="arrow", x="x", label="a")
The kind could be anything like arrow, annotation, etc. The behavior could be as follow:
if label is provided, interpret the DataArray value as the equivalent y coordinate where to place the annotation
if y is provided, get the y coordinate from that coordinate, and if label is also provided as a coordinate, select that, otherwise interpret the value of the DataArray as the label to plot
The text was updated successfully, but these errors were encountered:
Happy to take a crack at it, but will probably have to finish the current project that I am working at which spawns all of my issues and discussions, estimating 1-2 months before can have any free time.
Is your feature request related to a problem? Please describe.
I was looking at adding some annotations to a plot, but I couldn't find the feature in the
hvplot
documentation about it either underarrow
orannotation
. I did find aboutholoviews.Arrow
though. Using the "primitive"holoviews.Arrow
is rather cumbersome though.Describe the solution you'd like
Have additional wrappers like:
The kind could be anything like
arrow
,annotation
, etc. The behavior could be as follow:label
is provided, interpret the DataArray value as the equivalenty
coordinate where to place the annotationy
is provided, get they
coordinate from that coordinate, and iflabel
is also provided as a coordinate, select that, otherwise interpret the value of the DataArray as the label to plotThe text was updated successfully, but these errors were encountered: