Activated Mathematica Example 1:
Taken from
"2. Coloring the Compass Directions"
In[23]:=
<<Local`NullclinePlot` f[x_, y_] := x - y^2 Cos[y] g[x_, y_] := -y + x Sin[x] NullclinePlot[{f[x, y], g[x, y]}, {x, -10, 10}, {y, -10, 10}, NullclineShading -> True, NullclineStyle -> {{}, {White}}, ShowEquilibria -> True, NullclineContourPlotPoints -> 70];
If your output will be a sequence of graphs, select a display option.
Display as:
individual images
a movie
both of the above