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

Skip to content

Commit c5b8f76

Browse files
ZohrehPythonSchoolNelleV
authored andcommitted
Replaced tabs with spaces
1 parent d1d3bf8 commit c5b8f76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4666,8 +4666,8 @@ def barbs(self, *args, **kw):
46664666
def fill(self, *args, **kwargs):
46674667
"""Plot filled polygons.
46684668
4669-
Parameters
4670-
----------
4669+
Parameters
4670+
----------
46714671
args : a variable length argument
46724672
It allowing for multiple
46734673
*x*, *y* pairs with an optional color format string; see
@@ -4683,16 +4683,16 @@ def fill(self, *args, **kwargs):
46834683
46844684
Returns
46854685
-------
4686-
a list of :class:`~matplotlib.patches.Patch`
4686+
a list of :class:`~matplotlib.patches.Patch`
46874687
46884688
Other Parameters
46894689
----------------
46904690
kwargs : :class:`~matplotlib.patches.Polygon` properties
46914691
46924692
%(Polygons)
46934693
4694-
Notes
4695-
-----
4694+
Notes
4695+
-----
46964696
The same color strings that :func:`~matplotlib.pyplot.plot`
46974697
supports are supported by the fill format string.
46984698
@@ -4701,7 +4701,7 @@ def fill(self, *args, **kwargs):
47014701
47024702
47034703
Example
4704-
-------
4704+
-------
47054705
.. plot:: mpl_examples/lines_bars_and_markers/fill_demo.py
47064706
47074707

0 commit comments

Comments
 (0)