I am actually developping a small script for making an automatic postprocessing of the output data of my simulation using Paraview. I want to select a specific point/cell and then make a plot over time. Since I want the point to be an input given to my script (coordinates of the point), I have been trying using Probe Location.
The problem that I have is that the script finds my point but when applying the Plot Over Time filter, no point/cell is selected. In fact, when doing it "by hand", after finding my point/cell, I have to click in the spreadsheet on the output of the Probe Location.
I am pretty sure there has to be an easy way to do that, but I have not found it yet...