| 84 | } |
| 85 | |
| 86 | void QmitkPlotWidget::SetAxisTitle(int axis, const char *title) |
| 87 | { |
| 88 | m_Plot->setAxisTitle(axis, title); |
| 89 | } |
| 90 | |
| 91 | bool QmitkPlotWidget::SetCurveData(unsigned int curveId, |
| 92 | const QmitkPlotWidget::DataVector &xValues, |
no outgoing calls