import numpy as np import matplotlib.pyplot as plt x = np.arange(0, 25,0.1) fig, axis = plt.subplots(1,2,figsize=(15,5)) ...
確定! 回上一頁