import matplotlib.pyplot as plt import numpy as np #生成隨機的data 30個 x = np.random.rand(30) y = np.random.rand(30) #製作figure fig ...
確定! 回上一頁