Qt Data Visualization of complex numbers
Unsolved
Brainstorm
-
Is there any way in Qt to render a 3d curve like the following?
It's a complex value plot with a real-number x-axis and the real and imaginary components of a corresponding value mapped to the y and z axes. Bar, scatter, and surface graphs don't seem to be the right things for this...
-
@ChrisMoller said in Qt Data Visualization of complex numbers:
Bar, scatter, and surface graphs don't seem to be the right things for this...
You're right, Qt doesn't provide something out-of-the-box for this. There is an related feature request at https://bugreports.qt.io/browse/QTBUG-82293