Qurak

PointSize

可用,与 .wl 参考有差异

Specifies point size in graphics

PointSize[d]
Table[Graphics[{PointSize[r], Point[{0, 0}]}], {r, {0.02, 0.05, 0.1, 0.3}}] → {-Graphics-, -Graphics-, -Graphics-, -Graphics-}Table[Graphics3D[{PointSize[r], Point[{0, 0, 0}]}], {r, {0.02, 0.05, 0.1, 0.3}}] → {-Graphics3D-, -Graphics3D-, -Graphics3D-, -Graphics3D-}Table[Graphics[{PointSize[r], Point[{0, 0}]}], {r, {Tiny, Small, Medium, Large}}] → {-Graphics-, -Graphics-, -Graphics-, -Graphics-}

用于

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用