Line Plot Interpolator does not plot data for different mesh type

Hi,
I have added 2D data from CSV files into ParaView and used the TableToPoints filter for visualization. I want to do a plot over a line in this domain but as I have opened CSV data with the format (x, y, data_value) I cannot do PlotoverLine directly. Hence I am using PlotLineInterpolator. I see the following output:

Beyond a certain point I see a flat line in the plot but I can see that there are physical values in the fields. My data is such that the part which is plotted correctly is are curvilinear mesh coordinates and the part which is not plotted are uniform cartesian mesh coordinates.

I have attached the data to reproduce this issue. Am I doing something wrong here? How can I get the correct plot?

CSV data:
parallax_0.csv (650.1 KB) polar_0.csv (197.3 KB)

Hello,

Would you try to use the Append Datasets filter instead of the Group Datasets?

1 Like

Hi @Kenichiro-Yoshimi this works! Thank you so much!
I apologise for the late reply too, was busy with other stuff :slight_smile:
I really need this feature and it is good to know that it works now!