Question about ScaleFunction in PlotVectorField (using PureFunction)
- To: mathgroup at smc.vnet.net
- Subject: [mg64400] Question about ScaleFunction in PlotVectorField (using PureFunction)
- From: "en" <ane.ep94g at nctu.edu.tw>
- Date: Wed, 15 Feb 2006 03:32:33 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I have problem about ploting vector field .
Here in my inout :
<<Graphics`PlotField`
PlotGradientField [ f[x,y] , {x,-2,2} , {y,-2,2} ,ScaleFunction -> (
g[#1,#2,#3] & [1,x,y] ) ] ;
I want the scale of the vectors are denpending on the function g[s,x,y]
, where s = 1,2,3,... ,
and I transformed it to the purefunction g[#1,#2,#3] & [s,x,y] .
But it didn't work out .
Please help !! Thank you !!