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


Can I run the eval as a network license?

Problem: I have been running the Tecplot eval. Now I have purchased a Tecplot network license. Do I have to reinstall? Solution: No, you will not need to reinstall. However, you will need to install the Reprise License Manager in order to start connecting to your network license.


Average of XY Mapping

Problem: In my XY Line plot, I want to show a line for the average value of one of the XY Mappings. Solution: You can have Tecplot calculate and plot the average for a line mapping: In the Mapping Style dialog Copy the line mapping and make sure the copy is shown. On the Curves page, set the Curve Fit for the new mapping to the General Curve Fit (One […]

» Read More


Animating points

Problem: I have some files with some scatter points animated to move in constant velocity. However, the movie shows relative motion of the scatter points making the animation appear jerky. Solution: The reason the scatter points look like they are moving relative to one another has to do with the way they are drawn on the screen. Any object drawn to the screen will be rounded off to the nearest […]

» Read More


Blanking a corner of plot

Problem: I want to blank my contour plot only in the lower left-hand corner where x < 45 AND y < 30. Solution: You can use equations like the ones below to create a blanking variable equal to 0 only if x < 45 and y < 30. Then you can delete the extra variables {lowerx} and {lowery}. {lowerx} = max (x -45, 0) {lowery} = max (y – 30, […]

» Read More


Better interpolation results

Problem: How can I get better results from interpolation? Solution: Be sure your destination zone has a greater density of points than your original data set and that the destination zone is a good match for the region defined by your points. To create specially shaped 3D zones use one of the add-ons included with Tecplot 9.2 or later. See the documentation for Tetra Grid Extrude and Prism Grid. Axis […]

» Read More


Add-on cannot be loaded.

Problem: I wrote an add-on that runs fine on my machine. But when a co-worker tries to load it on his PC he get the message: Add-on xxx.dll cannot be loaded. (126): The specified module could not be found. Solution: 1. Make sure that the add-on is compiled as a release build. 2. Verify that the add-on dll is located in a directory which is in the current path. 3. […]

» Read More


Banner flash but Tecplot doesn’t open.

Note: Tecplot 360 EX is native to the Mac and doesn’t rely on an X Windows System. Download the latest release or get a free trial. Problem: XDarwin also won’t launch. Solution: Installing XDarwin is a two-step process. Be sure to install the patch after installing XDarwin.


Animation is incomplete

Problem: I am creating an animation file with a macro but not all changes that I make to my plot appear in the animation. Solution: There are two possible solutions: For each plot change that should appear in your animation enter a $!RedrawAll command then an $!Export command. If you use any $!Drawgraphics commands be sure $!Drawgraphics = Yes is placed before the $!RedrawAll command.


Add streamtraces by IJK

Problem: Interactively I can specify streamtrace start positions by giving the IJK location within a zone. How do I do this in a macro? Solution: It is possible to define a streamtrace starting position using IJK coordinates in a macro if you use the $!GETFIELDVALUE command to get the XYZ coordinates for a IJK location. Heres some example macro code: ## These variables define the IJK starting position: $!VARSET |Istart| […]

» Read More