Qurak

Graphics

Beschikbaar, wijkt af van de .wl-referentie

Wraps a list of 2D graphics primitives into a renderable object.

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

Gebruikt in

Onderwerpen

Gerelateerd

Alle 6300 functies · Gebruik dit vanuit een MCP-client