-
- Downloads
ENH: Report error in PlotBox if too many columns
PlotBox expects a table that contains exactly 5 rows per column. This patch adds an ErrorMacro with a descriptive message if the table is not valid. A new test checks the new error message and uses vtkComputeQuartiles to create a valid table. ERR: ChartBox was not displaying the chart title.
Showing
- Charts/Core/Testing/Cxx/CMakeLists.txt 1 addition, 0 deletionsCharts/Core/Testing/Cxx/CMakeLists.txt
- Charts/Core/Testing/Cxx/TestBoxPlot2.cxx 168 additions, 0 deletionsCharts/Core/Testing/Cxx/TestBoxPlot2.cxx
- Charts/Core/Testing/Data/Baseline/TestBoxPlot2.png.md5 1 addition, 0 deletionsCharts/Core/Testing/Data/Baseline/TestBoxPlot2.png.md5
- Charts/Core/vtkChartBox.cxx 28 additions, 1 deletionCharts/Core/vtkChartBox.cxx
- Charts/Core/vtkChartBox.h 1 addition, 1 deletionCharts/Core/vtkChartBox.h
- Charts/Core/vtkPlotBox.cxx 2 additions, 1 deletionCharts/Core/vtkPlotBox.cxx
Loading
Please register or sign in to comment