8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345607a commit 1b303a1Copy full SHA for 1b303a1
examples/text_labels_and_annotations/demo_annotation_box.py
@@ -3,7 +3,12 @@
3
Demo Annotation Box
4
===================
5
6
+The AnnotationBbox Artist creates an annotation on some location using an
7
+OffsetBox. This example demonstrates three different OffsetBoxes: TextArea,
8
+DrawingArea and OffsetImage. AnnotationBbox gives more fine-grained control
9
+than using the axes method annotate.
10
"""
11
+
12
import matplotlib.pyplot as plt
13
import numpy as np
14
0 commit comments