Axes.
fill
(*args, data=None, **kwargs)¶Plot filled polygons.
Parameters: | args : sequence of x, y, [color]
|
---|---|
Returns: | a list of |
Other Parameters: | |
**kwargs : |
Notes
Use fill_between()
if you would like to fill the region between
two curves.
Note
In addition to the above described arguments, this function can take a data keyword argument. If such a data argument is given, the following arguments are replaced by data[<arg>]: