Graphics
Disponível, difere da referência .wl
Wraps a list of 2D graphics primitives into a renderable object.
Difere da referência .wl: `Graphics` with `Axes` clips its edge tick labels
Graphics[primitives, options]
Head[Graphics[{Red, Disk[]}]]
→ GraphicsCircumsphere[{{0, 0}, {4, 0}, {0, 3}}]
→ Sphere[{2, 3/2}, 5/2]StringContainsQ[ExportString[Graphics[{Circumsphere[{{0, 0}, {4, 0}, {0, 3}}]}], "SVG"], "<svg"]
→ TrueStringContainsQ[ExportString[Graphics[{Line[{{0, 0}, {4, 4}}], Style[Text["8", {2, 2}], Background -> White]}], "SVG"], "<svg"]
→ Truet = 1100; StringContainsQ[ExportString[Graphics[{Disk[]}, PlotLabel :> Which[t == 1100, "met", True, ""]], "SVG"], "<svg"]
→ TrueStringContainsQ[ExportString[Graphics[{Line[{{0, 0}, {1, 1}}]}, Frame -> True, FrameTicks -> False], "SVG"], "<text"]
→ False- ImageSize, PlotRange, AspectRatio, Axes,
- FrameTicks — False or None keeps the border but drops the tick
Todas as 6300 funções ·
Usar isto de um cliente MCP