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

Skip to content

Commit 3e88d84

Browse files
committed
FIX tiny minor fixes on the doc of fill function
1 parent c5b8f76 commit 3e88d84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines 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)