Dear Experts,
I have some points data and scalars, points coordinates are fixed values, while scalars values are time series data, so i want to do animation with point size or color changing with scalar values changes.
How to do it in paraview?
Dear Experts,
I have some points data and scalars, points coordinates are fixed values, while scalars values are time series data, so i want to do animation with point size or color changing with scalar values changes.
How to do it in paraview?
Usually, you just have to load your data, choose the desired array for color and navigate through timesteps. (or Export Scene).
https://docs.paraview.org/en/latest/UsersGuide/dataIngestion.html
Thank you Vualille!
Now i can load csv file series, then tableToPoints Filter to animate them.