📜  fill_between matplotlib - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:04.510000             🧑  作者: Mango

代码示例1
matplotlib.pyplot.fill_between(x, y1, y2=0, where=None, interpolate=False, step=None, *, data=None, **kwargs)
Parameters : 
x: array (length N)
The x coordinates of the nodes defining the curves.

y1: array (length N) or scalar
The y coordinates of the nodes defining the first curve.

y2: array (length N) or scalar, default: 0
The y coordinates of the nodes defining the second curve.