例 2 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。
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-