添加标记. import matplotlib.pyplot as plt plt.figure(1,figsize=(5,5)) ax = plt.subplot(111)# plt.xticks(range(6)) plt.yticks(range(6))#如果 ...
確定! 回上一頁