Hi,
Please see the attached dataset. I’m using ParaView 5.13.0 (client information attached). The dataset will load using the Xdmf3 Reader S, and the data displays correctly in a Render View. If I open a Line Chart view and try to plot the point data array ‘f’ against the Points_X coordinate on the x-axis, I receive an error message that says “No X column is set (index 0)”. It seems that Paraview is aware of what data in the file is the point x coordinates, because the display in the RenderView makes sense. A workaround is to use the “Plot Over Line” filter, or to use a Calculator filter to evaluate coordsX to a new result array and use that new array as the x-axis of the line chart, but it seems odd that one would need an additional filter. Is this a bug, or is this expected behavior?
poisson.h5 (7.9 KB)
client_information.txt (1.0 KB)
poisson.xdmf (1.0 KB)