import matplotlib.pyplot as plt import numpy as np # sample data x = np.linspace(0.0,100,50) y = np.random.uniform(low=0,high=10,size=50) ...
確定! 回上一頁