QCustomPlot Discussion and Comments

Plotting a set of Complex numbersReturn to overview

Is it possible to plot a set of complex numbers? So that each X value would have two Y values?

I noticed in the Documentation it is possible to plot graphs with more than one Y value using QCPCurve, but the problem with this is that it has to be a parametrized set of data. Is there any other method for complex numbers?

You are confusing me... Complex numbers are usually plotted with the real part on the X axis and the imaginary part on the Y axis....

If you really want to plot the Re and Im parts in function of their some point index 0,1,2,3,... than why not plotting two series, one for the vector containing the Re parts, and one for the vector containing the Im parts.