marqueur de cercle de tracé Matplotlib

plt.plot([1,2,3], marker=11)
plt.plot([1,2,3], marker=matplotlib.markers.CARETDOWNBASE)
Lonely Lobster