Plots a list of complex numbers as points at `(Re[z], Im[z])`
ComplexListPlot[{z1, z2, …}]
ComplexListPlot[{data1, data2, …}]
ComplexListPlot[{…, w[datai, …], …}]
Head[ComplexListPlot[{1 + I, 2 - I, -1 + 2 I}]]
→ GraphicsHead[ComplexListPlot[{1 + I, 2 - I, -1 + 2 I}, Joined -> True]]
→ Graphics- Axes — default True
- Joined — default False
- LabelingFunction — default Automatic
- LabelingSize — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotHighlighting — default Automatic
- PlotLabel — default None
- PlotLabels — default None
- PlotLegends — default None
- PlotMarkers — default None
- PlotRange — default Automatic
- PlotRangeClipping — default True
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- PolarAxes — default False
- PolarAxesOrigin — default Automatic
- PolarGridLines — default None
- PolarTicks — default Automatic
- ScalingFunctions — default None