From: Stephen W. <ste...@cs...> - 2004-08-10 04:27:15
|
On Mon, 2004-08-09 at 15:19, John Hunter wrote: > Probably what Philipp is looking for is for fill_over to do some > linear interpolation between his data points, which I think gives the > least surprising results. The attached code probably comes closer to > what he's looking for. John, you're quite right in your deduction. For some reason I wasn't seeing exactly the behavior Philipp reported, although it was enough different from your result that I agree your code is closer to what is required. His example code and yours give somewhat different results when used with the fill_over function on the matplotlib Web site. Boy, Python is fun...and I'm learning to like matplotlib a lot too. Steve |