I implemented a curve controlled by moving scatter point, but the scatter point at coordinate axis boundary can't be totally shown. I just add two graph, one is scatter point graph, the other is curve graph, which use QVector to plot each point position.
I don't want to expand the axis range to show the scatter point at boundary. Is there any way to fix that problem?