PDA

View Full Version : Qwt x axis scale value are colliding?



sonulohani
1st June 2012, 14:05
Sir,
My x axis scale value are colliding. For that is there any solution or is this due to low resolution problem?
I am sending you the screenshot of the x axis scale of the graph.
Thanks

7783

StrikeByte
1st June 2012, 14:58
I had the same problem a while ago i changed the orientation of the text
qwtPlot->setAxisLabelRotation(QwtPlot::xBottom, -70.0);

maybe you can use setAxisMaxMinor and setAxisMaxMajor to change the amount of labels

sonulohani
4th June 2012, 06:50
setAxisMaxMinor and setAxisMaxMajor works.