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 క్లయింట్ నుండి వాడండి