Colored EPS plot with correct Bounding Box

C

Carl Cursujani

Guest
Hello,

I would like to plot directly colored eps files from cadence.

in the .cdsplotinit file I can define



EPSF|Encapsulated Postscript: \
:manufacturer=Adobe: \
:type=epsf: \
:maximumPages#1: \
:resolution#300: \
:paperSize="A4" 11538 8060:


But this will generate only black&white plots


I found another solution in the internet


color EPS plotter|Generic 600 dpi Adobe PostScript Level 2 Plotter: \
:manufacturer=Adobe: \
:type=postscript2: \
:resolution#1200: \
:maximumPages#1: \
:paperSize="A4" 11538 8060: \
:paperSize="A" 4810 6330 172 132: \
:paperSize="B" 6402 10002 99 99:

This plots in color, but when I try to include the graphic in LateX with


\includegraphics[width=\textwidth] {test.eps}

it doesn't show the whole plot on the page


Does anybody have a clue?


The last idea I had was to convert a colored ps file to eps with
ps2epsi, but this results in errors


Thanks for any suggestion

best regards


Carl
 

Welcome to EDABoard.com

Sponsor

Back
Top