示例 2 步,在同一个会话中按顺序运行。每一步都在引擎上执行过,下面的输出就是它实际产生的。
pts = Tuples[Range[-2.5, 2.5, 0.5], 2];无输出——这一步是在为下一步做准备。
StreamPlot[{Cos[x + y ^ 3], Sin[y + x ^ 3]}, {x, -3, 3}, {y, -3, 3}, StreamPoints -> {pts -> Thick, Automatic, {Forward, Scaled[0.25]}}, Epilog -> {PointSize[0.015], Magenta, Point[pts]}, StreamScale -> None, StreamColorFunction -> "Rainbow"]-Graphics-全部操作示例 · 函数参考 · 从 MCP 客户端使用