Re: Is it possible to use AxesLabel with PlotVectorField
- To: mathgroup at smc.vnet.net
- Subject: [mg24968] Re: Is it possible to use AxesLabel with PlotVectorField
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Mon, 28 Aug 2000 08:27:26 -0400 (EDT)
- References: <8o4ree$f26@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Alex,
Maybe AxesLabel is what you want:
<<Graphics`PlotField`
PlotVectorField[{Sin[x], Cos[y]},
{x, 0, Pi}, {y, 0, Pi},
Axes->True,
AxesLabel ->{"x","y"}]
--
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
"Alex" <pcl42296 at alfa.ist.utl.pt> wrote in message
news:8o4ree$f26 at smc.vnet.net...
> Hi,
> I need to draw a vector field with Axes and the axeslegend. I tried to use
> the Frame->true option and the AxesLegend->{"x","z"} but the legend didn't
> show. Can anybody help me, please?
>
> Thank you
>
> Alex
>
>
>