Hi all,
I'm implementing a 'complex' layout whereby I have many graphs in the single plot, spread across a number of rows and columns. I've used the Advanced Axes Demo as a reference, and everything works as intended.
The question I now has is as follows: if I want to have Y-Axis and X-Axis labels which span the entire plot, rather than for an individual graph, what's the best way of doing this? I've played around with adding a QCPTextElement as the first element within the customPlot->plotLayout, which may be the preferred/only method, but I figured I'd ask just in case there were a simpler way (i.e. assigning a label to the customPlot's left/bottom sides directly).
Using the Advanced Axes Demo as an example, here's essentially what I'm trying to implement: