Filled colour in contour plot

Hi Igor Wave metrics members

I want to make filled contour plot for my x,y,z data. I followed previous topic
"http://www.igorexchange.com/node/2366"

but I couldnt get filled contour. Maybe I missed about appending the image plot and my contour plot.

Here I attached my contour plot.

my data is in x,y,z format and have 20 rows each.

Please help me to solve this issue.

Thanks
Add the following to the procedure window.

#include <appendimagetocontour>


Now, "Append Image or Fill Between Contours" will appear as the last item in the Graph menu list.

[quote=proland]Add the following to the procedure window.

#include <appendimagetocontour>


Now, "Append Image or Fill Between Contours" will appear as the last item in the Graph menu list.[/quote]


When I copy past this command I get syntax error. that means letters should be separated? plus which image I should append to the contour. I didnt plot anything to append.
Look in your Packages submenus.

Graph->Packages->Fill Between Contours...

--Jim Prouty
Software Engineer, WaveMetrics, Inc.
I upgraded my igor. and I used package. Tank you very much.

But at the corner of the image is still white and is there a short cut to remove numbers from contour.

best regards
Graph14.png (88.89 KB)
[quote=thabes]I upgraded my igor. and I used package. Tank you very much.

But at the corner of the image is still white[/quote]

The region outside of your contour's boundary is interpreted as being the smallest z value (no extrapolation is done).

[quote=thabes]and is there a short cut to remove numbers from contour.[/quote]

Remove labels by using the Graph->Modify Contour dialog, and set Labels to None.

--Jim Prouty
Software Engineer, WaveMetrics, Inc.
[quote=JimProuty]Look in your Packages submenus.

Graph->Packages->Fill Between Contours...

--Jim Prouty
Software Engineer, WaveMetrics, Inc.[/quote]

The best answer!