Using the TGraph() class the y axis is set to automatically scale based on the y values passed in the display array. How do I stop this automatic behavior and instead provide the desired range to use?
Robb
Using the TGraph() class the y axis is set to automatically scale based on the y values passed in the display array. How do I stop this automatic behavior and instead provide the desired range to use?
Robb
I found it. Setting TGraph():nMaxVal does the trick.
thanks for sharing it