<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I am trying to understand the XDMF file format to import my own
    files into ParaView. Let's say I have the following 16 XYZ points:<br>
    <blockquote>12.3500&nbsp;&nbsp; 95.1900&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 20.00<br>
      27.2600&nbsp;&nbsp; 60.2600&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 33.00<br>
      38.6000&nbsp;&nbsp; 69.5200&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 33.00<br>
      60.2000&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -152.3300&nbsp;&nbsp;&nbsp; 93.00<br>
      -15.9600&nbsp;&nbsp;&nbsp; 26.0800&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 33.00<br>
      -17.8400&nbsp;&nbsp;&nbsp; 168.0900&nbsp;&nbsp;&nbsp; 61.00<br>
      13.8000&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -90.7300&nbsp;&nbsp;&nbsp; 59.00<br>
      6.8400&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -73.0700&nbsp;&nbsp;&nbsp; 163.00<br>
      -15.6200&nbsp;&nbsp;&nbsp; 26.3200&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 33.00<br>
      -31.2100&nbsp;&nbsp;&nbsp; 58.7200&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 10.00<br>
      38.8100&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -27.7800&nbsp;&nbsp;&nbsp; 10.00<br>
      51.1500&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -129.8700&nbsp;&nbsp;&nbsp; 10.00<br>
      3.4900&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 126.7200&nbsp;&nbsp;&nbsp; 54.00<br>
      24.0500&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 121.7200&nbsp;&nbsp;&nbsp; 65.00 <br>
      -13.4700&nbsp;&nbsp;&nbsp; 166.7500&nbsp;&nbsp;&nbsp; 60.00<br>
      3.1100&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -79.3700&nbsp;&nbsp;&nbsp; 33.00<br>
    </blockquote>
    with intensity values:<br>
    <blockquote>5.10<br>
      5.30<br>
      4.20<br>
      4.20<br>
      4.10<br>
      4.80<br>
      4.60<br>
      4.70<br>
      4.20<br>
      5.00<br>
      7.20<br>
      4.40<br>
      5.00<br>
      4.00<br>
      5.10<br>
      4.20<br>
    </blockquote>
    How do I get these to points to be displayed as a 3d scatter plot in
    ParaView with the intensity values changing the color of each point?
    I made some attempt at an xdmf file but it currently only shows a
    single white dot. The "Information" tab in paraview recognizes all
    16 points and seems to know where they should be (creates good
    axises), but only the first one is being displayed. Attached is my
    attempt. I'm guessing it's something to do with the "dimensions"
    attribute and whether or not there should be spaces, tabs, or new
    lines between each value for the topology. These aspects very much
    confuse me.<br>
    <br>
    Thanks,<br>
    David Zemon<br>
  </body>
</html>