pro tvplot2, a, ASPECT = aspect,$ log=log,levels0=levels0,smooth0=smooth0,title0=title0,$ nonew=nonew,noerase0=noerase0,noaxis=noaxis,xx0=xx0,yy0=yy0,$ xtitle0=xtitle0,ytitle0=ytitle0 if(n_params() le 0) then begin print,'tvplot2, a, ASPECT = aspect,log=log,levels0=levels0,smooth0=smooth0,title0=title0,nonew=nonew,noerase0=noerase0,noaxis=noaxis,xx0=xx0,yy0=yy0,xtitle0=xtitle0,ytitle0=ytitle0' return endif ;+ ; NAME: ; tvplot2 ; ; PURPOSE: ; Overlay an image and a contour plot. ; ; CATEGORY: ; General graphics. ; ; CALLING SEQUENCE: ; tvplot2, A ; ; INPUTS: ; A: The two-dimensional array to display. ; ; KEYWORD PARAMETERS: ; ASPECT: Set this keyword to retain the image's aspect ratio. ; Square pixels are assumed. ; ; LOG: LOG PLOT of IMAGE>log(0)log(0)