in reply to Re: Interpolating data slope for multiple points
in thread Interpolating data slope for multiple points

Hints in the first two lines of the OP's sample code imply that leveraging Excel may not be appropriate:

#!/usr/bin/perl -wT use CGI::Carp qw/fatalsToBrowser warningsToBrowser/;
True laziness is hard work

Replies are listed 'Best First'.
Re^3: Interpolating data slope for multiple points
by Marshall (Canon) on Sep 17, 2010 at 11:39 UTC
    Thanks! Missed that part...I updated my post with another example of code for this job. The OP's statement: I've lost a lot of weight lately, and wanted to plot it on a graph. seemed at first glance to imply something something different than a cgi application that dynamically creates graphs. So as the devil's advocate, this may still very well be a case where update data locally, generate cool image locally and use Perl to automagically upload cool image to website may still be a good way to go.