Qurak

AbsolutePointSize

可用

Graphics primitive for setting point size in absolute units

AbsolutePointSize[d]
Table[Graphics[{AbsolutePointSize[d], Point[{0, 0}]}], {d, {0.5, 2, 7, 15}}] → {-Graphics-, -Graphics-, -Graphics-, -Graphics-}Table[Graphics3D[{AbsolutePointSize[d], Point[{0, 0, 0}]}], {d, {0.5, 2, 7, 15}}] → {-Graphics3D-, -Graphics3D-, -Graphics3D-, -Graphics3D-}Table[Graphics[{AbsolutePointSize[d], Point[{0, 0}]}], {d, {Tiny, Small, Medium, Large}}] → {-Graphics-, -Graphics-, -Graphics-, -Graphics-}

主题

相关

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