import matplotlib.pyplot as plt squares = [1, 4, 9, 16, ... 設定標題 plt.title('title', fontsize=24) # fontsize引數用來指定文字大小 ...
確定! 回上一頁