| 1361 | } |
| 1362 | |
| 1363 | vtkStdString vtkScatterPlotMatrix::GetRowName(int row) |
| 1364 | { |
| 1365 | assert(row < this->VisibleColumns->GetNumberOfTuples()); |
| 1366 | return this->VisibleColumns->GetValue(this->Size.GetY() - row - 1); |
| 1367 | } |
| 1368 | |
| 1369 | void vtkScatterPlotMatrix::ApplyAxisSetting( |
| 1370 | vtkChart* chart, const vtkStdString& x, const vtkStdString& y) |
no test coverage detected