QCustomPlot Discussion and Comments

Draw route pathReturn to overview

Hello,

I have this problem:
- I would like to use QCustomPlot to draw a route of a vehicle on a map. For example I have the coordinates of some positions of the vehicle, so I would like to draw the path (between al these points).

I tried to do that using the "addValue" method and that "replot()", but it doesn't work.

Any suggestion?

I found a solution: add a new graph for each couple of points...