Re: [Plplot-devel] [PATCH] Plot gradient visual cue only if DEBUG is defined

2010-03-08 Thread David MacMahon
OK, sorry I didn't realize it was still being developed/debugged. Dave On Mar 8, 2010, at 7:54 , Alan W. Irwin wrote: > Hi Dave: > > I am not going to apply your patch to remove the debugging line > (which shows > the direction of the gradient) from the plgradient implementation > because >

Re: [Plplot-devel] [PATCH] Plot gradient visual cue only if DEBUG is defined

2010-03-08 Thread Alan W. Irwin
Hi Dave: I am not going to apply your patch to remove the debugging line (which shows the direction of the gradient) from the plgradient implementation because there are still a number of issues with the plgradient implementation that I am still debugging. As far as I know, however, the API is st

[Plplot-devel] [PATCH] Plot gradient visual cue only if DEBUG is defined

2010-03-08 Thread David MacMahon
--- src/plgradient.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/plgradient.c b/src/plgradient.c index d864d0a..57ab581 100644 --- a/src/plgradient.c +++ b/src/plgradient.c @@ -145,9 +145,11 @@ c_plgradient( PLINT n, PLFLT *x, PLFLT *y, PLFLT angle ) }