annotate
backend functions for annotate_xy
visual element?
#80
Labels
enhancement
New feature or request
annotate
backend functions for annotate_xy
visual element?
#80
Recently, the new
annotate_xy
visual element was added in the latest commit for the essplot PR (#58) but it uses the existingtext
backend functions.If we want to extend the annotations beyond just text though (like arrows pointing to the desired point from the text which would be plotted somewhere else) we could add new backend functions and call them through
annotate_xy
instead oftext
. Theannotate
Matplotlib function (https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.annotate.html#matplotlib.axes.Axes.annotate ) allows arrows being added and this can be done with Bokeh too (https://docs.bokeh.org/en/latest/docs/user_guide/basic/annotations.html#arrows ).I don't think any existing plots require this right now though so this could be done later too.
The text was updated successfully, but these errors were encountered: