------------------------------------------------------------------------------
| 1876 | |
| 1877 | //------------------------------------------------------------------------------ |
| 1878 | void vtkScatterPlotMatrix::UpdateSettings() |
| 1879 | { |
| 1880 | |
| 1881 | // TODO: Should update the Scatter plot title |
| 1882 | |
| 1883 | this->UpdateChartSettings(ACTIVEPLOT); |
| 1884 | this->UpdateChartSettings(HISTOGRAM); |
| 1885 | this->UpdateChartSettings(SCATTERPLOT); |
| 1886 | } |
| 1887 | |
| 1888 | //------------------------------------------------------------------------------ |
| 1889 | bool vtkScatterPlotMatrix::GetGridVisibility(int plotType) |
nothing calls this directly
no test coverage detected