File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 86
86
# ==================== =====================================================
87
87
#
88
88
#
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
91
91
# is in (theta, radius) space. The text in this example is placed in the
92
92
# fractional figure coordinate system. :class:`matplotlib.text.Text`
93
93
# keyword arguments like *horizontalalignment*, *verticalalignment* and
111
111
#
112
112
# Advanced Annotations
113
113
# --------------------
114
- #
114
+ #
115
115
# Placing Annotations Relative to Data
116
116
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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*
120
120
# values.
121
121
122
122
fig , ax = plt .subplots ()
You can’t perform that action at this time.
0 commit comments