axes.Axes.fill
matplotlib.axes.Axes.fill
-
Axes.fill(*args, **kwargs)
-
Plot filled polygons.
Parameters: args : a variable length argument
It allowing for multiple x, y pairs with an optional color format string; see
plot()
for details on the argument parsing. For example, each of the following is legal:ax.fill(x, y) ax.fill(x, y, "b") ax.fill(x, y, "b", x, y, "r")
An arbitrary number of x, y, color groups can be spe