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 3e88d84

Browse filesBrowse files
committed
FIX tiny minor fixes on the doc of fill function
1 parent c5b8f76 commit 3e88d84
Copy full SHA for 3e88d84

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4689,7 +4689,7 @@ def fill(self, *args, **kwargs):
46894689
----------------
46904690
kwargs : :class:`~matplotlib.patches.Polygon` properties
46914691
4692-
%(Polygons)
4692+
%(Polygon)s
46934693
46944694
Notes
46954695
-----
@@ -4700,8 +4700,8 @@ def fill(self, *args, **kwargs):
47004700
between 0 and *y* along *x*, use :meth:`fill_between`
47014701
47024702
4703-
Example
4704-
-------
4703+
Examples
4704+
--------
47054705
.. plot:: mpl_examples/lines_bars_and_markers/fill_demo.py
47064706
47074707

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.