Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello everyone,
I was wondering if we could plot a grid-like plot like this in QT,
So far I can plot points using qscatterseries, can we plot something else like this in the picture?
Thanks.
It should be very easy with a Repeater and Rectangle, but you have to draw axes manually
Repeater
Rectangle
Hi It would be very easy to draw manually using QML or QPainter but do you need zooming and other features QChart provides ?