Thanks. I do this:
Qt Code:
  1. pc->setStyle(QwtPlotCurve::Dots);
  2. QPen* pen = new QPen( pc->pen() );
  3. pen->setWidth( pen->width()*4 );
  4. pc->setPen(*pen);
To copy to clipboard, switch view to plain text mode 

but the dots look just as small as before,

is this what you meant?

regards,