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

Skip to content

Commit cafd182

Browse files
committed
DOC removed the polygons args + pep8
1 parent 3e88d84 commit cafd182

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4689,8 +4689,6 @@ def fill(self, *args, **kwargs):
46894689
----------------
46904690
kwargs : :class:`~matplotlib.patches.Polygon` properties
46914691
4692-
%(Polygon)s
4693-
46944692
Notes
46954693
-----
46964694
The same color strings that :func:`~matplotlib.pyplot.plot`
@@ -4699,7 +4697,6 @@ def fill(self, *args, **kwargs):
46994697
If you would like to fill below a curve, e.g., shade a region
47004698
between 0 and *y* along *x*, use :meth:`fill_between`
47014699
4702-
47034700
Examples
47044701
--------
47054702
.. plot:: mpl_examples/lines_bars_and_markers/fill_demo.py

0 commit comments

Comments
 (0)