Hi guys,

My code creates a Surface plot. I uses properly the loadFromData member function and I populate the graph.

The problem with the graph is the scales. For example, if the X axis range goes from 0 to 10000 and Z goes from 0 to 20000, then if the Y axis goes from 0 to 10, when the plot is shown, the Y axis is collapsed down. Then I need to move the mouse wheel while I press SHIFT key, in order to incrase the Y scale. Then I can see the axis numbers, otherwise, they are all mixed.

I think that, due to the big range of X and Z axis, and the small range of Y, the plot tries itself to keep some consistency, even if Y axis range is completely independent from the others two.

Any idea?

Thanks