new ResultReport("Test Report 2", "This is a simple test report.");
ResultReportSection testSection =
new ResultReportSection("Test Section", "This is a test section.");
tutorialReport.addSection(testSection);
testSection.addDataView(new ScatterPlotDataView(new Double[][] {
testData[0], testData[3] }, "The scatter plot data view.",
"This is a title for the scatter plot", new String[] { "Bogus X Label",
"Bogus Y Label" }));
testSection.addDataView(new BoxPlotDataView(testData,