Labeling Lines on a multiple plot
- To: mathgroup at smc.vnet.net
- Subject: [mg2122] Labeling Lines on a multiple plot
- From: JSNW at msg.ti.com (Jason Welter)
- Date: Wed, 4 Oct 1995 01:54:32 -0400
- Organization: Texas Instruments
Does anybody know how to add labels to the right of
a graph of each of these lines:
Plot[{(10 b)/(9 + b),(20 b)/(18 + b),(30 b)/(27 + b),
(40 b)/(36 + b),(50 b)/(45 + b),(60 b)/(54 + b),
(70 b)/(63 + b),(80 b)/(72 + b),(90 b)/(81 + b)},{b,-50,-5},
AxesLabel->{B,C}]
I'm holding another variable constant and want to identify
each of the lines with that particular condition.
Jason