Re: Plotting Phase Angles Without Jumps at +/- Pi?
- To: mathgroup at smc.vnet.net
- Subject: [mg42216] Re: Plotting Phase Angles Without Jumps at +/- Pi?
- From: martin_rommel at yahoo.com (Martin)
- Date: Tue, 24 Jun 2003 01:27:02 -0400 (EDT)
- References: <bd6imn$c8q$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Use the Mod function with some offset. It's a work-around, but an easy one: Plot[Mod[Arg[HermiteH[3, Exp[I 20°] x]], \[Pi], 1], {x, -20, 20}] Enjoy!