Qurak

Plot

Available

Plots a function (or list of functions) over a range.

Plot[f, {x, xmin, xmax}]
Plot[{f1, f2, …}, {x, xmin, xmax}]
Plot[{…, w[fi], …}, …]
Plot[…, {x}∈ reg]
Head[Plot[Sin[x], {x, 0, Pi}]] → GraphicsPositive[Length[First@Last[Reap[Plot[Sin[x], {x, 0, 2 Pi}, EvaluationMonitor :> Sow[x]]]]]] → TrueStringContainsQ[ExportString[Plot[x, {x, 0, 6*10^15}], "SVG"], "<svg"] → TrueStringContainsQ[ExportString[Plot[x, {x, 0, 0.001}], "SVG"], "<svg"] → TrueStringContainsQ[ExportString[Plot[E^x, {x, 0, 10}, PlotRange -> All], "SVG"], "<svg"] → TrueStringContainsQ[ExportString[Plot[Sin[x], {x, 0, 2 Pi}, Ticks -> {{0, Pi/2, Pi, 3 Pi/2, 2 Pi}, Automatic}], "SVG"], "<svg"] → TrueStringContainsQ[ExportString[Plot[{Sin[x], 2 Sin[x], 3 Sin[x]}, {x, 0, 2 Pi}, Filling -> {{1 -> {2}}, {3 -> 0}}], "SVG"], "<svg"] → True

Used in

Topics

Related

All 6300 functions · Use this from an MCP client