Qurak

Label a plot

Veiledning 6 steg, kjørt i rekkefølge i én økt. Hvert steg ble kjørt mot motoren, og utdataene nedenfor er det de ga.

Steg 1
Plot[Sin[x], {x, 0, 22}, PlotLabel -> "sin(x)"]
Utdata
-Graphics-
Steg 2
Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18]]
Utdata
-Graphics-
Steg 3
Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18], Background -> StandardYellow]
Utdata
-Graphics-
Steg 4
Labeled[Plot[Sin[x], {x, 0, 22}], "sin(x)"]
Utdata
Labeled[-Graphics-, sin(x)]
Steg 5
Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"]]
Utdata
Labeled[-Graphics-, sin(x)]
Steg 6
Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"], Background -> StandardYellow]
Utdata
Labeled[-Graphics-, sin(x), Background -> StandardYellow]

Funksjoner brukt

Relaterte oppskrifter

Alle oppskrifter · Funksjonsreferanse · Bruk dette fra en MCP-klient