On Apr 27, 8:27 pm, David Fanning <n...@[EMAIL PROTECTED]
> wrote:
> skymaxw...@[EMAIL PROTECTED]
writes:
> > My contour is erase shade_surf :(
> > in contour i use NOERASE keyword...
>
> > temp=data1
> > help,data1
> > temp=MIN_CURVE_SURF(temp,/REGULAR,NX=31,NY=8)
> > help,temp
> > levels=[0.0025,0.005,0.0075,0.01,0.0125,0.0150,0.0175,0.02]
>
> > WINDOW,/FREE,XSIZE=850,YSIZE=ysize
>
> > SHADE_SURF,data1,AX=90,AZ=360,SHADES=BYTSCL(data1,TOP=255),YTICKS=7,$
> > YTICKNAME=y_axis,COLOR=0,BACKGROUND=255,XTITLE='Days',YTITLE='P'
>
> > CONTOUR,temp,/NOERASE,NLEVELS=8,LEVELS=levels,/
> > FILL,C_COLORS=[75,100,125,150,175,200,225,250]
>
> Uh, well, what were you expecting it to do?
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
How to do not erase ?
I think that NOERASE keyword must to do it


|