範例 共 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 用戶端使用這個