Hello,
I have a set of (x,y) coordinates.I've inherited from QwtData to override to x() and y() virtual functions. I then use a QwtPlotCurve and I set its data to my data, set the style to Dots.

How can I make the dots look bolder?

regards,