About QwtScaleWidget and QwtPlot
-
i create a QGridlayout and place a QwtPlot in the center and four QwtScaleWidget at the side of Top, Bottom, Left, Right of the QwtPlot.
i initialized the four scales like below:
scaleTop -> setScaleDiv( plot -> axisScaleDiv( QwtPlot::xTop ) );But i found, the four scales are not matched with the plot.
The value range of the scales is ok, but the ticks are not aligned with the grid of the plot.
How could i do something to fix this?Thanks... -
Hi and welcome to devnet,
Since it's Qwt related, you should rather post on the Qwt mailing list, you'll have better chance to get an answer there.
-
Second result of google search for qwt mailing list
-
-
If this is a matter of work/school development, you could ask the system manager to allow you to access the resources needed to do your work correctly.