Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cafd182

Browse filesBrowse files
committed
DOC removed the polygons args + pep8
1 parent 3e88d84 commit cafd182
Copy full SHA for cafd182

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.