Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions examples/userdemo/anchored_box04.py

This file was deleted.

19 changes: 0 additions & 19 deletions examples/userdemo/annotate_simple01.py

This file was deleted.

20 changes: 0 additions & 20 deletions examples/userdemo/annotate_simple02.py

This file was deleted.

22 changes: 0 additions & 22 deletions examples/userdemo/annotate_simple03.py

This file was deleted.

34 changes: 0 additions & 34 deletions examples/userdemo/annotate_simple04.py

This file was deleted.

19 changes: 0 additions & 19 deletions examples/userdemo/annotate_simple_coord01.py

This file was deleted.

24 changes: 0 additions & 24 deletions examples/userdemo/annotate_simple_coord03.py

This file was deleted.

9 changes: 9 additions & 0 deletions tutorials/text/annotations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
r"""
.. redirect-from:: /gallery/userdemo/annotate_simple01
.. redirect-from:: /gallery/userdemo/annotate_simple02
.. redirect-from:: /gallery/userdemo/annotate_simple03
.. redirect-from:: /gallery/userdemo/annotate_simple04
.. redirect-from:: /gallery/userdemo/anchored_box04
.. redirect-from:: /gallery/userdemo/annotate_simple_coord01
.. redirect-from:: /gallery/userdemo/annotate_simple_coord03

Annotations
===========

Expand Down Expand Up @@ -170,6 +178,7 @@
#
# Placing text annotations relative to data
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# Annotations can be positioned at a relative offset to the *xy* input to
# annotation by setting the *textcoords* keyword argument to ``'offset points'``
# or ``'offset pixels'``.
Expand Down