<%
  // Copy this table definition to a file named SampleData.jsp
  // so it can be included in the LineChart sample programs

	table.addColumn(1, java.lang.Double.class, null);
	table.setColumnLabel(1, "Month");
	table.addColumn(2, java.lang.Double.class, null);
	table.setColumnLabel(2, "Temp");
        table.addColumn(3, java.lang.String.class, null);
        table.setColumnLabel(3, "City");
        
	table.addRow(1);
	table.addRow(2);
	table.addRow(3);
	table.addRow(4);
	table.addRow(5);
	table.addRow(6);
	table.addRow(7);
	table.addRow(8);
	table.addRow(9);
	table.addRow(10);
	table.addRow(11);
	table.addRow(12);
	table.addRow(13);
	table.addRow(14);
	table.addRow(15);
	table.addRow(16);
	table.addRow(17);
	table.addRow(18);
	table.addRow(19);
	table.addRow(20);
	table.addRow(21);
	table.addRow(22);
	table.addRow(23);
	table.addRow(24);
	table.addRow(25);
	table.addRow(26);
	table.addRow(27);
	table.addRow(28);
	table.addRow(29);
	table.addRow(30);
	table.addRow(31);
	table.addRow(32);
	table.addRow(33);
	table.addRow(34);
	table.addRow(35);
	table.addRow(36);

	table.setCell(1, 1, new Double(1));
	table.setCell(1, 2, new Double(40.5));	
	table.setCell(1, 3, new String("Raleigh"));

	table.setCell(2, 1, new Double(1));
	table.setCell(2, 2, new Double(12.2));	
	table.setCell(2, 3, new String("Minn"));

	table.setCell(3, 1, new Double(1));
	table.setCell(3, 2, new Double(52.1));	
	table.setCell(3, 3, new String("Phoenix"));

	table.setCell(4, 1, new Double(2));
	table.setCell(4, 2, new Double(42.2));
	table.setCell(4, 3, new String("Raleigh"));
	
	table.setCell(5, 1, new Double(2));
	table.setCell(5, 2, new Double(16.5));	
	table.setCell(5, 3, new String("Minn"));
	
	table.setCell(6, 1, new Double(2));
	table.setCell(6, 2, new Double(55.1));	
	table.setCell(6, 3, new String("Phoenix"));
	
	table.setCell(7, 1, new Double(3));
	table.setCell(7, 2, new Double(49.2));
	table.setCell(7, 3, new String("Raleigh"));
	
	table.setCell(8, 1, new Double(3));
	table.setCell(8, 2, new Double(28.3));	
	table.setCell(8, 3, new String("Minn"));
	
	table.setCell(9, 1, new Double(3));
	table.setCell(9, 2, new Double(59.7));	
	table.setCell(9, 3, new String("Phoenix"));
	
	table.setCell(10, 1, new Double(4));
	table.setCell(10, 2, new Double(59.5));
	table.setCell(10, 3, new String("Raleigh"));
	
	table.setCell(11, 1, new Double(4));
	table.setCell(11, 2, new Double(45.1));	
	table.setCell(11, 3, new String("Minn"));
	
	table.setCell(12, 1, new Double(4));
	table.setCell(12, 2, new Double(67.7));	
	table.setCell(12, 3, new String("Phoenix"));
	
	table.setCell(13, 1, new Double(5));
	table.setCell(13, 2, new Double(67.4));
	table.setCell(13, 3, new String("Raleigh"));
	
	table.setCell(14, 1, new Double(5));
	table.setCell(14, 2, new Double(57.1));	
	table.setCell(14, 3, new String("Minn"));
	
	table.setCell(15, 1, new Double(5));
	table.setCell(15, 2, new Double(76.3));	
	table.setCell(15, 3, new String("Phoenix"));
	
	table.setCell(16, 1, new Double(6));
	table.setCell(16, 2, new Double(74.4));
	table.setCell(16, 3, new String("Raleigh"));
	
	table.setCell(17, 1, new Double(6));
	table.setCell(17, 2, new Double(66.9));	
	table.setCell(17, 3, new String("Minn"));
	
	table.setCell(18, 1, new Double(6));
	table.setCell(18, 2, new Double(84.6));	
	table.setCell(18, 3, new String("Phoenix"));
	
	table.setCell(19, 1, new Double(7));
	table.setCell(19, 2, new Double(77.5));
	table.setCell(19, 3, new String("Raleigh"));
	
	table.setCell(20, 1, new Double(7));
	table.setCell(20, 2, new Double(71.9));	
	table.setCell(20, 3, new String("Minn"));
	
	table.setCell(21, 1, new Double(7));
	table.setCell(21, 2, new Double(91.2));	
	table.setCell(21, 3, new String("Phoenix"));
	
	table.setCell(22, 1, new Double(8));
	table.setCell(22, 2, new Double(76.5));	
	table.setCell(22, 3, new String("Raleigh"));
	
	table.setCell(23, 1, new Double(8));
	table.setCell(23, 2, new Double(70.2));	
	table.setCell(23, 3, new String("Minn"));
	
	table.setCell(24, 1, new Double(8));
	table.setCell(24, 2, new Double(89.1));	
	table.setCell(24, 3, new String("Phoenix"));
	
	table.setCell(25, 1, new Double(9));
	table.setCell(25, 2, new Double(70.6));	
	table.setCell(25, 3, new String("Raleigh"));
	
	table.setCell(26, 1, new Double(9));
	table.setCell(26, 2, new Double(60.0));	
	table.setCell(26, 3, new String("Minn"));
	
	table.setCell(27, 1, new Double(9));
	table.setCell(27, 2, new Double(83.8));	
	table.setCell(27, 3, new String("Phoenix"));
	
	table.setCell(28, 1, new Double(10));
	table.setCell(28, 2, new Double(60.2));	
	table.setCell(28, 3, new String("Raleigh"));
	
	table.setCell(29, 1, new Double(10));
	table.setCell(29, 2, new Double(50.0));	
	table.setCell(29, 3, new String("Minn"));
	
	table.setCell(30, 1, new Double(10));
	table.setCell(30, 2, new Double(72.2));	
	table.setCell(30, 3, new String("Phoenix"));
	
	table.setCell(31, 1, new Double(11));
	table.setCell(31, 2, new Double(50.0));	
	table.setCell(31, 3, new String("Raleigh"));
	
	table.setCell(32, 1, new Double(11));
	table.setCell(32, 2, new Double(32.4));	
	table.setCell(32, 3, new String("Minn"));
	
	table.setCell(33, 1, new Double(11));
	table.setCell(33, 2, new Double(59.8));	
	table.setCell(33, 3, new String("Phoenix"));
	
	table.setCell(34, 1, new Double(12));
	table.setCell(34, 2, new Double(41.2));	
	table.setCell(34, 3, new String("Raleigh"));
	
	table.setCell(35, 1, new Double(12));
	table.setCell(35, 2, new Double(18.6));	
	table.setCell(35, 3, new String("Minn"));
	
	table.setCell(36, 1, new Double(12));
	table.setCell(36, 2, new Double(52.5));	
	table.setCell(36, 3, new String("Phoenix"));
%>