marker=

Python

Python 無料で独習 Pythonでデータ可視化(Matplotlib)を勉強するならまずこの動画 05

matplotlibを使ったデータの可視化 マーカーの変更 plt.scatter(x1,y1, marker='*', s=80) 注釈の入れ方 plt.annotate('min value',xy=(4.2,0),xytext=(9,1),arrowprops=dict(facecolor='red', shrink=0.05))