Surface Plot using a data file

To draw a surface plot using a data file,
  1. load the data file. The file should have atleast three columns (say a, b, c) in row-by-row format as shown below a1, b1, c11 a1, b2, c12 a1, b3, c13 ... a2, b1, c21 a2, b2, c22 a2, b3, c23 ...
  2. In the surface plot, the base plane (independent variables) is XY plane and height axis (dependent variable) is the Z-Axis. (For convenience the combo (drop down) boxes are ordered X, Y, Z). Select the columns in X and Y axis comboboxes.
  3. Then select the Z-Axis combo box.
  4. To determine the Z value for a particular (X,Y) we interpolate the Z values of near by (X,Y) points from the data file. User can choose between BiLinear or BiCubic Spline interpolation from the Interpolation combo box.
  5. Clicking Plot button draws the surface plot.
  6. You can use the MeshLine multiplier combo boxes to change the number of mesh lines to be drawn. Value can vary from 0.1 to 1 insteps of 0.1
  7. You can use the Smoothness combo boxes to smoothen the surface. Value can vary from 1 to 2 in steps of 0.1. Higher the value the surface is more smooth and the time taken to render the surface is more

Setting "Smoothness" changes the number of block counts on X axis, while "Mesh Line multiplier" represents number of blocks on Z axis. The smoothness or mesh line multiplier values can be set in the range between 0-2.

Enter line of sight in Plot:

You can set the line of sight of all the three axis by clicking of Enter Line of Sight sub menu of View menu. Clicking on this sub menu prompts up a dialog which shows three angles Theta, Phi and Psi. Theta, Phi and Psi are angles from the line of sight to the X, Y and Z axis respectively. Changing their values and clicking on Apply applies changes to the cubic grid of plot.

The Enter Line of Sight dialog is shown in the Figure below:


Enter Line of Sight