AbsoluteThickness
Disponibile
Sets absolute line thickness in graphics
AbsoluteThickness[d]
Table[Graphics[{AbsoluteThickness[d], Line[{{1, 0}, {2, 1}, {3, 0}, {4, 1}}]}], {d, {0.5, 2, 5}}]
→ {-Graphics-, -Graphics-, -Graphics-}Table[Graphics3D[{AbsoluteThickness[i], Line[{{1, 1, 0}, {2, 2, 1}, {3, 3, 0}, {4, 4, 1}}]}], {i, {0.5, 2, 5}}]
→ {-Graphics3D-, -Graphics3D-, -Graphics3D-}Table[Graphics[{AbsoluteThickness[d], Line[{{1, 0}, {2, 1}, {3, 0}, {4, 1}}]}], {d, {Tiny, Small, Medium, Large}}]
→ {-Graphics-, -Graphics-, -Graphics-, -Graphics-} Tutte le 6300 funzioni ·
Usa questo da un client MCP