From: Philipp W. <ma...@ph...> - 2004-08-10 06:33:21
|
> 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 > > > Good Morning and thank you for your help. With the new function code, the filling works really great. Thank you ! Philipp Weißmann |