Qt 6.11 is out! See what's new in the release
blog
QCustomplot create graph more than once, at the same time
-
Hi
Just so you know it. QCustomPlot is not an official Qt Module.
Its completely 3rd party.You can just call addGraph() multiple times.
for (int c=0; c < 5;c++)
customPlot->addGraph();or
customPlot->addGraph();
customPlot->addGraph();
customPlot->addGraph(); -
Hi
Just so you know it. QCustomPlot is not an official Qt Module.
Its completely 3rd party.You can just call addGraph() multiple times.
for (int c=0; c < 5;c++)
customPlot->addGraph();or
customPlot->addGraph();
customPlot->addGraph();
customPlot->addGraph();