import numpy as np import matplotlib.pyplot as plt if __name__ == '__main__': plt.figure(figsize=(10, 10)) plt.plot(range(5), lw=2, ...
確定! 回上一頁