CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > Tecplot

Tecplot render issue with eps

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 27, 2021, 12:48
Default Tecplot render issue with eps
  #1
Member
 
AeroSonic's Avatar
 
Yusuf Elbadry
Join Date: Sep 2018
Posts: 65
Rep Power: 7
AeroSonic is on a distinguished road
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.
Attached Images
File Type: png Capture.PNG (176.9 KB, 26 views)
AeroSonic is offline   Reply With Quote

Old   March 5, 2021, 19:23
Default
  #2
Member
 
AeroSonic's Avatar
 
Yusuf Elbadry
Join Date: Sep 2018
Posts: 65
Rep Power: 7
AeroSonic is on a distinguished road
Can anyone help please
AeroSonic is offline   Reply With Quote

Old   December 10, 2022, 05:24
Default
  #3
New Member
 
Konstantinos Kellaris
Join Date: Oct 2021
Location: Athens, Greece
Posts: 1
Rep Power: 0
kkell is on a distinguished road
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>
As you can see in the attached pdf figures, it solves the problem, but increases the file size a bit.

Cheers,
Konstantinos
Attached Files
File Type: pdf with_blank.pdf (90.1 KB, 13 views)
File Type: pdf no_blank.pdf (130.3 KB, 9 views)
kkell is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PLOT3D files with Tecplot 2012 nikosb Tecplot 4 April 24, 2018 14:12
foamToTecplot360 issue with multiregion solvers manuc OpenFOAM Post-Processing 2 November 21, 2016 13:51
polyhedral/polygonal zones in Tecplot Elham OpenFOAM Post-Processing 1 April 27, 2016 03:17
OpenFOAM cases with cyclicAMI in tecPlot 360 Aidan Tecplot 0 January 24, 2016 10:57
Using Tecplot for contours display david FLUENT 2 August 23, 2005 22:37


All times are GMT -4. The time now is 16:02.