Display Solution Time on Plot

Problem: I want to display the solution time on my plot.   Solution: Use dynamic text to refer to Tecplot’s SOLUTIONTIME variable. Navigate to the Insert>Text menu and click on the plot to open the Text Details dialog. Refer to the SOLUTIONTIME variable using the following syntax: &(SOLUTIONTIME) Please see the User’s Manual for a list of available options regarding dynamic text formatting. For example, to format the solution time […]

» Read More


Convert Solution Time Format for Display

Problem: My solution time is in seconds (ssss.ss), and I want to display it as hours:minutes:seconds (hh:mm:ss.ss). Solution: Use a Tecplot macro to loop over time and retrieve the solution time. Assign the hours, minutes, and seconds to new variables and refer to their max values using dynamic text.   Macro Procedure (see link to the GitHub script below): Retrieve the number of time steps: $!EXTENDEDCOMMAND COMMANDPROCESSORID=’extend time mcr’ COMMAND=’QUERY.NUMTIMESTEPS […]

» Read More


Deleting Geometries in a Layout Template

Question: How does one replace the geometries (shapes, polylines, etc.) already present in a layout when a new data file is loaded into the layout file? Explanation of the Question: I created a layout file from a dataset that contains geometries, such as a relative wind velocity vector or aircraft body axes relative to wind axes. I want to create a template from this layout, but the geometries are now […]

» Read More


Line breaks in the line legend

Problem: How can I add line breaks into the line legend labels? Solution: If you define the line mapping name as the variable or zone name, add \n to the variable or zone name (defined in Data > Data Set Info) at the desired location of the line break.  If you are using a static Map Name defined directly in the Mapping Style dialog, add \\n  at the desired location of the line […]

» Read More


Greek or special character in variable name or text

November 2017 Update: LaTeX Fonts are available in Tecplot 360 2017 Release 3 and later. This gives you the ability to use your installed version of LaTeX to display complex formulae and equations directly on your plots. We test against MiKTeX and TeXLive but should be compatible with other LaTeX engines. Watch the LaTeX video tutorial Problem: Some variable names in my data file include one Greek character or another […]

» Read More