1. Run KMatplot
2. Choose File/New/2DAxes from the main menu
3. Choose Edit/Add dataset/Contour
4. Choose Edit/Current axes/Worksheet
5. Select a channel "0. Data"
6. Resize the matrix by setting a number of rows and cols to 3.
7. Double click at element (1,1), set its value to 10 and press ENTER.
8. Click Apply button.
This is the end of the tutorial if you can see the contour plot, mail the author otherwise.
1. Run Octave
2. Type command:
kaddaxes(0);
KMatplot should start now.
3. Type command:
kcontour( rand(10,10) );
This is the end of the tutorial if you see the contour plot, mail the author if you can't see anything.