I am trying to format how time is shown in annotate time. When I have %f, time is shown:
When I have %2.0f, it doesn’t appear
Any thoughts on why this happens/how to fix this?
I am trying to format how time is shown in annotate time. When I have %f, time is shown:
When I have %2.0f, it doesn’t appear
Any thoughts on why this happens/how to fix this?
In ParaView 5.10.x, your Format should be Time: {time:2.0f} µs
.
In ParaView 5.9.x or before, your Format should be Time: %2.0f µs
.
That works, thanks so much!
2 posts were split to a new topic: NETCDF Annotate Time Issue