<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <blockquote type="cite">
      <pre>Hi all,

I'm still struggling with Paraview to read files in Tecplot format. I'm
using some examples from this site:

<a href="http://people.sc.fsu.edu/%7Ejburkardt/data/tec/tec.html">http://people.sc.fsu.edu/~jburkardt/data/tec/tec.html</a>

The 3D examples are read correctly in Paraview, but the examples

<a href="http://people.sc.fsu.edu/%7Ejburkardt/data/tec/simpxy.dat">http://people.sc.fsu.edu/~jburkardt/data/tec/simpxy.dat</a>

and

<a href="http://people.sc.fsu.edu/%7Ejburkardt/data/tec/simpxy2.dat">http://people.sc.fsu.edu/~jburkardt/data/tec/simpxy2.dat</a>

are read but can't be plotted. All the statistics are N/A (Type, Number of
Cells, Number of Points), no bounds are recognized, and the Spreadsheet
view is empty. Is this a bug?</pre>
    </blockquote>
    Hello.<br>
    <br>
    Paraview is a 3D software that is always expecting a mesh (surface
    or volume) with the three X, Y, Z variables for points coordinates.
    Your simpxy.dat file has only two data variables (Distance and
    Temperature), that is why it cannot build points and cells and shows
    N/A (Not available). Try to add coordinates of a grid to your file,
    and you should be able to plot Temperature against Distance.<br>
    <pre class="moz-signature" cols="72">-- 
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 <a class="moz-txt-link-freetext" href="mailto:Richard.Grenon@onera.fr">mailto:Richard.Grenon@onera.fr</a>
 <a class="moz-txt-link-freetext" href="http://www.onera.fr">http://www.onera.fr</a>
</pre>
  </body>
</html>