Hi All,

1) Does the ParaView GUI read a plain text file with white space as
delimiters?
2) Can ParaView use a giving 1d array as an axis?

My problem:

I have a plain text data file, each column is a different variable, and
delimiters are white space, e.g.,

x y z variable1 variable 2

Is there a way to read such a file and use x, y, z as coordinates of the
resulting variables?

For example, in TecPlot you can read in such a file and set axises to use
the x, y, z (or any other named variables).

For 1), does ParaView have an extra setting to set common options for plain
text data like delimiter, header, skiprow, etc.?

For 2), it appears to me that in ParaView all field/cell data is associated
with a predefined axis, so it is not that straightforward to use a raw
array as axis or as variable, though this is possible in the Python
interface. Is this correct.

Best,

Liang
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview

Reply via email to