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

Skip to content

Commit 52f7369

Browse files
committed
Fix excessive line length in annotations.rst
svn path=/branches/v0_99_maint/; revision=7433
1 parent bccaca5 commit 52f7369

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

doc/users/annotations.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,18 @@ from the text to the annotated point by giving a dictionary of arrow
5656
properties in the optional keyword argument ``arrowprops``.
5757

5858

59-
==================== ===========================================================================
59+
==================== =====================================================
6060
``arrowprops`` key description
61-
==================== ===========================================================================
61+
==================== =====================================================
6262
width the width of the arrow in points
6363
frac the fraction of the arrow length occupied by the head
6464
headwidth the width of the base of the arrow head in points
65-
shrink move the tip and base some percent away from the annotated point and text
66-
\*\*kwargs any key for :class:`matplotlib.patches.Polygon`, eg ``facecolor``
67-
==================== ===========================================================================
65+
shrink move the tip and base some percent away from
66+
the annotated point and text
67+
68+
\*\*kwargs any key for :class:`matplotlib.patches.Polygon`,
69+
e.g. ``facecolor``
70+
==================== =====================================================
6871

6972

7073
In the example below, the ``xy`` point is in native coordinates
@@ -78,4 +81,7 @@ keyword args like ``horizontalalignment``, ``verticalalignment`` and
7881
.. plot:: pyplots/annotation_polar.py
7982
:include-source:
8083

81-
For more on all the wild and wonderful things you can do with annotations, including fancy arrows, see :ref:`plotting-guide-annotation` and :ref:`pylab_examples-annotation_demo`.
84+
For more on all the wild and wonderful things you can do with
85+
annotations, including fancy arrows, see :ref:`plotting-guide-annotation`
86+
and :ref:`pylab_examples-annotation_demo`.
87+

0 commit comments

Comments
 (0)