Re: Plot function with two arguments
- To: mathgroup at smc.vnet.net
- Subject: [mg122095] Re: Plot function with two arguments
- From: David Skulsky <edskulsky at gmail.com>
- Date: Thu, 13 Oct 2011 03:48:47 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j73gi1$ftj$1@smc.vnet.net>
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
You can use Table. For example: Plot[Table[Sin[a x], {a, 1, 3}], {x, 0, 2 \[Pi]}] David