簡體   English   中英

如何在matplotlib中繪制一個胖點

[英]How to plot a fat dot in matplotlib

我需要用 x 和 y 繪制一個紅點,它應該真的很“胖”,直徑是常規 matplot 圖的三倍。 我怎樣才能做到這一點?

plt.plot(x, y, something else)

我應該寫什么而不是something else

plt.plot(x, y, markersize=(put integer number whatever you want))

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM