Re: Adding text at various X,Y locations on Multi-Function Graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg30338] Re: [mg30301] Adding text at various X,Y locations on Multi-Function Graphs
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Sat, 11 Aug 2001 03:39:59 -0400 (EDT)
- References: <200108080533.BAA04397@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Try the following: In[1]:= Plot[{Sin[x], Sin[2*x]}, {x, -2 Pi, 2 Pi}, Epilog -> {Text["Curve1", {4.5, 0.6}, {-1, 0}], Text["Curve2", {2, 0.95}, {-1, 0}]}]; The coordinates you can obtain by clicking on the plot, and then, while holding down the Control key, move your cursor around inside the plot. The coordinates will appear in the left-hand side, lower part of the notebook window. Tomas Garza Mexico City ----- Original Message ----- From: "Will Cooper" <wcooper1 at san.rr.com> To: mathgroup at smc.vnet.net Subject: [mg30338] [mg30301] Adding text at various X,Y locations on Multi-Function Graphs > Hello, > Does anyone know the syntax to enter text at various x,y coordinates into a > multi-function graph, e.g. > > ShowLegend[Plot[{Sin[x], Sin[2*x]}, {x, -2 Pi, 2 Pi}]] > > The syntax in the Help file is not clear at all. > > Thanks, > > Will Cooper. > >
- References:
- Adding text at various X,Y locations on Multi-Function Graphs
- From: "Will Cooper" <wcooper1@san.rr.com>
- Adding text at various X,Y locations on Multi-Function Graphs