Re: Stream Line Plots
- To: mathgroup at smc.vnet.net
- Subject: [mg8447] Re: [mg8370] Stream Line Plots
- From: seanross at worldnet.att.net
- Date: Sat, 30 Aug 1997 00:42:58 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Mr. Kashif Rasul wrote:
>
> Hi,
> Does anyone know how to plot multiple stream lines (integral curves)
> for a system of odes. For example in the mathematica book the Lorentz
> attractor plot only shows the integral curve for one particle. How can I
> plot a whole bunch of these stream lines in the same plot?
>
> Thankyou in advance.
>
> Kashif
Plot[{f[x],g[x],...},{x,xmin,xmax}]
will plot multiple plots on one graph. Alternately, you can make the
plots separately and combine them with Show.