Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要用 x 和 y 绘制一个红点,它应该真的很“胖”,直径是常规 matplot 图的三倍。我怎样才能做到这一点?
plt.plot(x, y, something else)
我应该写什么而不是something else?
something else
plt.plot(x, y, markersize=(put integer number whatever you want))