import matplotlib.pyplot as plt # Set the figure size to 10 inches wide and 6 inches tall plt.figure(figsize=(10, 6)) # Plot something plt.plot([1, 2, 3, ...
確定! 回上一頁