Re: Plots During Iterations
- To: mathgroup at smc.vnet.net
- Subject: [mg118639] Re: Plots During Iterations
- From: "Nasser M. Abbasi" <nma at 12000.org>
- Date: Thu, 5 May 2011 05:25:01 -0400 (EDT)
- References: <ipsohh$8a2$1@smc.vnet.net>
- Reply-to: nma at 12000.org
On 5/4/2011 4:46 PM, Kevin J. McCann wrote: > I have a bit of code that implements the Relaxation Method for the > solution of Laplace's equation for an E&M problem. I would like to make > a ListContourPlot of the potential after each step in the iteration. > However, when I put the plot inside the For loop, there is no plot - the > calculation runs fine, though. Is there a way to do this? > > Thanks, > > Kevin > Try Print[Plot[...]] ? --Nasser