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