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

Skip to content

Commit 942c426

Browse files
committed
Fix docstring formatting.
svn path=/branches/v0_98_5_maint/; revision=6625
1 parent 0bcd203 commit 942c426

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3174,7 +3174,7 @@ def plot(self, *args, **kwargs):
31743174
Return value is a list of lines that were added.
31753175
31763176
The following format string characters are accepted to control
3177-
the line style or marker
3177+
the line style or marker:
31783178
31793179
================ ===============================
31803180
character description
@@ -3208,7 +3208,7 @@ def plot(self, *args, **kwargs):
32083208
================ ===============================
32093209
32103210
3211-
The following color abbreviations are supported::
3211+
The following color abbreviations are supported:
32123212
32133213
========== ========
32143214
character color
@@ -5593,7 +5593,7 @@ def fill_between(self, x, y1, y2=0, where=None, **kwargs):
55935593
55945594
%(PolyCollection)s
55955595
5596-
.. plot:: mpl_examples/pylab_examples/fill_between.py
5596+
.. plot:: mpl_examples/pylab_examples/fill_between.py
55975597
"""
55985598
# Handle united data, such as dates
55995599
self._process_unit_info(xdata=x, ydata=y1, kwargs=kwargs)

0 commit comments

Comments
 (0)