Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using the changes in holoviz/geoviews#429 and holoviz/holoviews#4184, it should now be possible to create an overlay and then pass that in to an annotator, as long as the overlay has only one annotable element. That capability makes it much easier to explain and illustrate how annotators work for overlaid data, because it lets us avoid explaining the confusing
annotate.compose
method until it is actually needed (in the case of multiple annotatable objects in the same overlay).Assuming those PRs are completed and merged, this PR now introduces drawing tools on their own, using an overlay, and only then shows how that overlay can be used in an annotator. This approach helps introduce one concept at a time and let the reader keep everything straight.
To do:
If it all works after the above, it should be merged and the running instance updated.