8000 Add explanatory comment for annotation box example · matplotlib/matplotlib@1b303a1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0