Plot3D progress
- To: mathgroup at smc.vnet.net
- Subject: [mg126882] Plot3D progress
- From: "Mat' G\." <ellocomateo at free.fr>
- Date: Fri, 15 Jun 2012 15:26:03 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Hello,
How can I survey the progress of a 3D plot?
I tried the following, but this does not to work:
(the integral is very lengthy)
Plot3D[Integrate[ElField[x,y],{x,0,xMax},{y,0,yMax}]
, {xMax, 0, FOVSize}
, {yMax, 0, FOVSize}
, EvaluationMonitor :> Print[xMax]
]
Thanks for helping!
Mat