Python script trace can't repeat the GUI operation to draw time curve

plotSelectionOverTime1Display = Show(plotSelectionOverTime1, quartileChartView1, 'QuartileChartRepresentation')

It is just not defined, did you remove the line creating the object ?

Hi Mathieu,

No, I did not. It seems to be a little bug with Paraview Trace (Paraview 5.10.1). So I manually added a line before this command “plotSelectionOverTime1 = PlotSelectionOverTime(Input=ssmofs_ts_uv_tcr_000)”. It seems working now. Thank you very much!