Re: Mathematical Modeling Problem II
- To: mathgroup at smc.vnet.net
- Subject: [mg59552] Re: Mathematical Modeling Problem II
- From: albert <awnl at arcor.de>
- Date: Fri, 12 Aug 2005 00:08:01 -0400 (EDT)
- References: <ddf5m4$onl$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Peter,
there are plenty possibilities to do this, the following should get you
started. The trick is to use 2 dimensional graphic primitives. Look up
everything that you don't understand in the helpbrowser...
Plot[Sin[x],{x,0,2 Pi},Epilog->{RGBColor[1,0,0],Line[{{Pi,-1},{Pi,1}}]}]
good luck,
albert