操作指南 6 步,在同一个会话中按顺序运行。每一步都在引擎上执行过,下面的输出就是它实际产生的。
Plot[Sin[x], {x, 0, 22}, PlotLabel -> "sin(x)"]-Graphics-Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18]]-Graphics-Plot[Sin[x], {x, 0, 22}, PlotLabel -> Style["sin(x)", FontSize -> 18], Background -> StandardYellow]-Graphics-Labeled[Plot[Sin[x], {x, 0, 22}], "sin(x)"]Labeled[-Graphics-, sin(x)]Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"]]Labeled[-Graphics-, sin(x)]Labeled[Plot[Sin[x], {x, 0, 22}], Style["sin(x)", "Graphics"], Background -> StandardYellow]Labeled[-Graphics-, sin(x), Background -> StandardYellow]全部操作示例 · 函数参考 · 从 MCP 客户端使用