QtGraphs ScatterSeries reverse axis
Unsolved
General and Desktop
-
Hey guys, I am trying to create a 2D graph to plot x,y points using QtGraphs. The problem is that I want the top left to be 0,0, not the bottom left. This was rather simple with QtCharts, aligning the X axis to Top and reversing the Y axis. The 3D axes in QtGraphs appear to have the reverse property, however the 2D does not, is there another way to invert the Y axis and align the X to the top of the chart to achieve 0,0 at the top left, or do I need to use QtCharts or a 3D graph?