basic question about plotting 2 functions in one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg48919] basic question about plotting 2 functions in one graph
- From: "Ron Haus" <ronhaus at arcor.de>
- Date: Wed, 23 Jun 2004 02:51:20 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
if I write something like this
Plot[{3n, 2.6n}, {n, 0, 100000}]
how can I distinguish them? How can I plot one of them green and one of them
red (for example)? How can I write the function on the graph?
THX