Re: PlotVectorField
- To: mathgroup at smc.vnet.net
- Subject: [mg21929] Re: [mg21886] PlotVectorField
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 4 Feb 2000 02:54:56 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Tiziano, You almost got it. You need ColorFunction. Needs["Graphics`PlotField`"] PlotVectorField[{Sin[x], Cos[y]}, {x, 0, Pi}, {y, 0, Pi}, ColorFunction -> Hue]; David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ >Hi all > >I need a little help about this operation: > >I have to color a function obtained with this command, but neither >PlotStyle->RGBColor, nor ColorOutput in Graphics environment seem to >work. > >How can I do? > >Thanks > Tiziano > >