Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b303a1

Browse files
committed
Add explanatory comment for annotation box example
1 parent 345607a commit 1b303a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/text_labels_and_annotations/demo_annotation_box.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
Demo Annotation Box
44
===================
55
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.
610
"""
11+
712
import matplotlib.pyplot as plt
813
import numpy as np
914

0 commit comments

Comments
 (0)