Subject: | plot_all() doesn't do anything |
Date: | Wed, 18 Jun 2008 15:18:50 -0700 |
To: | bug-Math-CatmullRom [...] rt.cpan.org |
From: | perlbug [...] ch.pkts.ca |
I'm trying to interpolate values using Math::CatmullRom, and I noticed that
when I graph the curve against the original data, the original data goes
past the end points of the curve.
In reading the documentation, there's a function 'plot_all()' that should
remedy this exact problem.
However, after calling this function the problem is still present.
When I read the module, I see that the plot_all function exists, and it sets
a variable, but that value is not used elsewhere in the module!
If you could add in the functionality described in the man page, that would be great!
Thanks!