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)