private void picBox_graph_Paint(object sender, PaintEventArgs e) { plotter.DrawGridandAxes(e.Graphics, picBox_graph.Width, picBox_graph.Height); plotter.DrawCurves(e.Graphics); }