A.意大利B.西班牙C.法国D.中国
A.plt.plot([1,2,3],[3,4,5],marker=’s’)B.plt.plot([1,2,3],[3,4,5],marker=’v’)C.plt.plot([1,2,3],[3,4,5],marker=’*’)D.plt.plot([1,2,3],[3,4,5],marker=’o’)
A.plt.plot([1,2,3],[3,4,5],color=’azure’)B.plt.plot([1,2,3],[3,4,5],color=’b’)C.plt.plot([1,2,3],[3,4,5],color=’#000000’)D.plt.plot([1,2,3],[3,4,5],color=’g’)