import numpy as np import matplotlib.pyplot as plt X = np.linspace(-np.pi, ... C, color="blue", linewidth=1.0, linestyle="-") # Plot sine using green color ...
確定! 回上一頁