Qurak

Label a plot

Інструкція 6 кроків, що виконуються по порядку в одній сесії. Кожен крок було виконано на рушії, і вивід нижче — те, що він дав.

Крок 1
Plot[Sin[x], {x, 0, 22}, PlotLabel -> "sin(x)"]
Вивід
-Graphics-
Крок 2
Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18]]
Вивід
-Graphics-
Крок 3
Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18], Background -> StandardYellow]
Вивід
-Graphics-
Крок 4
Labeled[Plot[Sin[x], {x, 0, 22}], "sin(x)"]
Вивід
Labeled[-Graphics-, sin(x)]
Крок 5
Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"]]
Вивід
Labeled[-Graphics-, sin(x)]
Крок 6
Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"], Background -> StandardYellow]
Вивід
Labeled[-Graphics-, sin(x), Background -> StandardYellow]

Використані функції

Пов'язані рецепти

Усі рецепти · Довідник функцій · Використати з MCP-клієнта