Time marker options in plotDataOverTimeFilter

Hi all,

I ran into a quite strange problem in paraview, I am using the plotDataOverTime filter after a temporaryShiftedData filter and the time marker is not displayed during the animation:

Only if I zoom out I can see the time marker :

The only time marker control that I could find is to hide/show it :

image

Is there any particular reason for why this is happening? Thank you in advance.

Unable to reproduce.

Hi Mathieu,

Thank you for your answer.

And is there way to fix this issue?

As I said, I’m unable to reproduce here, you will here to provide specific steps to reproduce, try on another computer, etc.

Using the plotDataOverTime filter after a temporaryShiftedData is
really cool to track the dynamic data.

I am not sure how the bug is triggered but can you output the drag
data into a file then use other tools to plot this?

Dear both,

I have uploaded a simplified version of my code where you can execute the python script (just make sure to modify the path where you are running it) that will load the monitors (from the Cx_Cz_Cm.plt file), it will generate 300 snapshots stored in the folder forces_csv and will load them as temporary shifted data that I plot in 2 graphs at the bottom of the paraview layout. After you execute the code, you can play the animation but you will only be able to visualize the Time Marker if you zoom out (first post of this thread).

for_support.zip (3.0 MB)

I need to use the plotDataOverTime filter after a temporaryShiftedData because I need to synchronize my force monitors and my flow snapshots that come from different sources.

I spoke with the support from my HPC center and they are not aware of any extra module that should be loaded when running pvbatch in a slurm job.