| 378 | } |
| 379 | |
| 380 | void PlotViewWidget::drawAxis(QPainter &painter) const |
| 381 | { |
| 382 | painter.setPen(QPen(Qt::black, 1)); |
| 383 | painter.drawLine(this->plotRect.bottomLeft(), this->plotRect.topLeft()); |
| 384 | painter.drawLine(this->plotRect.bottomLeft(), this->plotRect.bottomRight()); |
| 385 | } |
| 386 | |
| 387 | void PlotViewWidget::drawAxisTicks(QPainter & painter, |
| 388 | const PlotViewWidget::AxisProperties & properties, |