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.

proland wrote:
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.



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
thabes wrote:
I upgraded my igor. and I used package. Tank you very much.

But at the corner of the image is still white


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

thabes wrote:
and is there a short cut to remove numbers from contour.


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

--Jim Prouty
Software Engineer, WaveMetrics, Inc.
JimProuty wrote:
Look in your Packages submenus.

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

--Jim Prouty
Software Engineer, WaveMetrics, Inc.


The best answer!