|
[Sponsors] |
February 27, 2021, 13:48 |
Tecplot render issue with eps
|
#1 |
Member
Yusuf Elbadry
Join Date: Sep 2018
Posts: 65
Rep Power: 8 |
Dear All,
I have a problem with exporting any figure in eps format from Tecplot. In any case either contours are continuous or banded. Please check the attachment. |
|
March 5, 2021, 20:23 |
|
#2 |
Member
Yusuf Elbadry
Join Date: Sep 2018
Posts: 65
Rep Power: 8 |
Can anyone help please
|
|
December 10, 2022, 06:24 |
|
#3 |
New Member
Konstantinos Kellaris
Join Date: Oct 2021
Location: Athens, Greece
Posts: 1
Rep Power: 0 |
Hello, the issue you are facing seems to be detailed in here https://kb.tecplot.com/2012/04/12/ex...e-lines-in-it/ Even though Tecplot suggests it happens due to the default setting of PDF viewers, you can't expect from everyone to modify their default settings in order to see your plots without any artifacts.
You can use the following 5-line sed script that is inspired by the solution to the same problem for eps files produced from Matlab, found here https://github.com/Conclusio/matlab-epsclean Code:
sed -i '1 s/.*/%!PS-Adobe-2.0 EPSF-1.2/' <filename> sed -i 's/fill/fl/g' <filename> sed -i '44i /lw /setlinewidth load def' <filename> sed -i '45i /fl {{gs 1 lw s gr fill}} bind def' <filename> sed -i '/showpage/q' <filename> Cheers, Konstantinos |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PLOT3D files with Tecplot 2012 | nikosb | Tecplot | 4 | April 24, 2018 15:12 |
foamToTecplot360 issue with multiregion solvers | manuc | OpenFOAM Post-Processing | 2 | November 21, 2016 14:51 |
polyhedral/polygonal zones in Tecplot | Elham | OpenFOAM Post-Processing | 1 | April 27, 2016 04:17 |
OpenFOAM cases with cyclicAMI in tecPlot 360 | Aidan | Tecplot | 0 | January 24, 2016 11:57 |
Using Tecplot for contours display | david | FLUENT | 2 | August 23, 2005 23:37 |