Quote:
Originally posted by JerryShane
Thanks, but I'm having a little trouble figuring out to plot the x, y values and draw the lines based on the number entered.
You are not very specific about what exacltly you're having problems with. As far as I understand from your initial post, the number entered by the user determines how many samples are used to plot the graph, so you should start by dividing the horizontal space avalilable into that number of equidistant x values. How are you proceeding with the pseudo-code for your plotting algorithm?