Re: Inserting Text into Multifunction Graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg30321] Re: Inserting Text into Multifunction Graphs
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Sat, 11 Aug 2001 03:39:44 -0400 (EDT)
- References: <9kqj7g$4cb$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Will,
Text + Epilog
For example:
Plot[{Sin[x], Cos[x]},
{x, 0, 2Pi},
Epilog -> {{Text["Cos", {Pi/3, Cos[Pi/3]}, {-1, 0}]},
{Text["Sin", {5Pi/6, Sin[5Pi/6]}, {-1, 0}]}}]
--
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
"Will Cooper" <wcooper1 at san.rr.com> wrote in message
news:9kqj7g$4cb$1 at smc.vnet.net...
> Hello,
> How do I insert text at various locations into multi-function graphs.
>
> I attach a notebook file showing what functions I am trying to add text
to.
> [Contact the author to get this notebook - Moderator]
>
> The Help documentation and examples of this are virtually non-existent.
>
> Thanks for your help.
>
> Will Cooper.
> wcooper1 at san.rr.com
>
>