Closed
Description
It'd be useful to have an annotation like BoxAnnotation that creates a dividing line, but which can be angled. It's possible to achieve something similar with an image, but then interaction is extremely slow as the plot has to re-render the image at every frame.
Using bands
This may be possible if we expand the features of the Band
annotation. Currently, leaving lower
or upper
unspecified results in a blank figure, but we could change the behavior such that if either is unspecified the band continuous off infinitely.
I'd like to hear the thoughts of those more familiar with the capabilities of annotations.