RE: Labeling graphs
- To: mathgroup at smc.vnet.net
- Subject: [mg14331] RE: [mg14210] Labeling graphs
- From: "GERMAN BUITRAGO" <gerbual at col2.telecom.com.co>
- Date: Tue, 13 Oct 1998 01:21:44 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Daniel, Use: Plot [ f, options, Epilog -> Text [ "label", { x_coord, y_coord } ] ] where { x_coord, y_coord } are the coordinates of the midle point of the label. GERMAN BUITRAGO E-Mail: gerbual at col2.telecom.com.co -----Original Message----- >Hi, > I've been using Text[] primitives in the PlotStyle parameter to get >labels on the actual graphs themselves. I'm wondering if there isn't a >better way? (Using Plot[]) It seems very clumsy the way I'm doing it. >It seems that there should be away to associate a label with the graph >itself, especially when plotting multiple graphs. Any help here? > >Dan > > >