From: Stephen W. <ste...@cs...> - 2004-08-09 21:26:53
|
On Mon, 2004-08-09 at 13:44, Philipp Weissmann wrote: > when using fill_over, it does not draw exactly at one line but with a=20 > slightly aberration. This especially is horrible when using a low=20 > resolution: It looks to me, when running your code, that fill_over is doing the right thing: filling everything between 0.5 and your plotted line with a color. It is just that with your coarse spacing, you don't have points at every multiple of pi/2. However, this is with the current CVS version, so you may have a problem with 0.60.2. Is fill_over supported in any way? I had a problem finding it, and it looks like it is in the category of unsupported contribted code. By the way, Herr Weissman, setting up your sample data can be done simply by typing x=3Darange(0,20) y=3Dsin(x) without 'x=3D[]', 'y=3D[]', or the for loop. --=20 Stephen Walton <ste...@cs...> Dept. of Physics & Astronomy, Cal State Northridge |