function drawlineplot() {
	var paper = Raphael(10, 10, graph_width, graph_height);
	lp = new lineplot(paper, graph_width, graph_height);
}
