MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: more inset export problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90231] Re: more inset export problems
  • From: "M.Roellig" <markus.roellig at googlemail.com>
  • Date: Thu, 3 Jul 2008 06:09:15 -0400 (EDT)
  • References: <g4fi1i$9un$1@smc.vnet.net> <g4flri$c9t$1@smc.vnet.net>

On 2 Jul., 12:38, Jens-Peer Kuska <ku... at informatik.uni-leipzig.de>
wrote:
> ins2 = Graphics[
>     Inset[Framed@Grid[{{"A", "B"}, {"C", "D"}, {"E", "F"}}],
>      Scaled[{0.3, 0.4}]]];
> graph2 = Plot[Sin[x], {x, -1, 5}, Frame -> True, Axes -> False];
> gg = Show[graph2, ins2];
>
> Export["c:/temp/test.eps", gg]
>
> work fine on Windows with GhostScript and Adobe Illustrator ..
>

Hi Jens-Peer,

Export works, but the letter orientation within the grid is not what it looks
like on the screen.  I am using Ghostscript 8.51 on WinXp.
I am travelling at the moment and can't upload an eps figure for you to
check out, but I will do so, once I return. Could you give a link to the EPS
file that you created, so we can compare them ?

Markus


  • Prev by Date: Re: Weird Problem with Plot3D
  • Next by Date: Re: Problem with parametric minimization
  • Previous by thread: more inset export problems
  • Next by thread: Re: more inset export problems