File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
122122fig , ax = plt .subplots ()
You can’t perform that action at this time.
0 commit comments