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

Skip to content

Commit 971b5ef

Browse files
committed
flake errors
1 parent 272f418 commit 971b5ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorials/text/annotations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
# ==================== =====================================================
8787
#
8888
#
89-
# In the example below, the *xy* point is in the default coordinate system for
90-
# the axes projection (*xycoords* defaults to 'data'). For a polar axes, this
89+
# In the example below, the *xy* point is in the default coordinate system for
90+
# the axes projection (*xycoords* defaults to 'data'). For a polar axes, this
9191
# is in (theta, radius) space. The text in this example is placed in the
9292
# fractional figure coordinate system. :class:`matplotlib.text.Text`
9393
# keyword arguments like *horizontalalignment*, *verticalalignment* and
@@ -111,12 +111,12 @@
111111
#
112112
# Advanced Annotations
113113
# --------------------
114-
#
114+
#
115115
# Placing Annotations Relative to Data
116116
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117-
# Annotations can be positioned at a relative offset to the *xy* input to
118-
# annotation by setting the *textcoords* kwarg to one of the offset options.
119-
# In this example, the annotations are offset 1.5 points from the given *xy*
117+
# Annotations can be positioned at a relative offset to the *xy* input to
118+
# annotation by setting the *textcoords* kwarg to one of the offset options.
119+
# In this example, the annotations are offset 1.5 points from the given *xy*
120120
# values.
121121

122122
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)