RE: Complex Function Maps
- To: mathgroup at smc.vnet.net
- Subject: [mg28587] RE: [mg28584] Complex Function Maps
- From: "Krautschik, Chris G" <krautschikc at intel.co.jp>
- Date: Mon, 30 Apr 2001 03:02:01 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dustin, Try the following: ComplexListPlot[pts_, options___] := ListPlot[ Map[{Re[#1], Im[#1]} &, pts], options, AxesLabel -> {"Re", "Im"}, PlotStyle -> {PointSize[.02], Hue[0.6]}]; (* This will plot 3 points in the complex plane*) ComplexListPlot[{1 - 2I, 3 + 4I, 0.5I}]; Chris -----Original Message----- From: Dustin [mailto:dsoodak at yahoo.com] To: mathgroup at smc.vnet.net Subject: [mg28587] [mg28584] Complex Function Maps Does anyone know how to make a complex function graph where the axes are {t,Real[x],Complex[x]}? I know this is possible becuase I once saw it in the help menu. At least I think it is. I only have 3.0 and I might have seen it in the 4.0 menu. Dustin Soodak