How to Properly Display XYZ-Format Data

The data in XYZ format appears normal when viewed in other software, but displays incorrectly in ParaView.

How to solved this problem?

You are opening this file using a molecule reader (xyz is a popular molecule format). Use the correct reader for your data instead ?

For example, the Delimted Text reader.

1 Like

I renamed the data with .txt/.csv extensions
but couldn’t open it properly using:

  • CSV Reader
  • GDAL Vector Reader
  • PDAL Reader

What should I do exactly?

please share your data.

data:

7000.xyz (233.7 KB)

  • run ParaView
  • File → Open → Files of types → All files (*) → 7000.xyz → CSVReader
  • Uncheck HaveHeaders, use " " for Field delimiter char, press Apply
  • Filters → Alphabetical → TableToPoints → X - Field 0 / Y - Field 1 / Z - Field 2, Apply

Here is a statefile is that helps:

ttp.pvsm (197.2 KB)