# The parameters *y1* and *y2* can be scalars, indicating a horizontal # boundary at the given y-values. If only *y1* is given, *y2* defaults to 0. x = np.arange(0.0, 2, 0.01) y1 = np.sin(2 * np.pi * ...
# The parameters *y1* and *y2* can be scalars, indicating a horizontal # boundary at the given y-values. If only *y1* is given, *y2* defaults to 0. x = np.arange(0.0, 2, 0.01) y1 = np.sin(2 * np.pi * ...