MathGroup Archive 2006

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

Search the Archive

Re: Problems eps-export Corel Draw Import

  • To: mathgroup at smc.vnet.net
  • Subject: [mg69499] Re: [mg69441] Problems eps-export Corel Draw Import
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Thu, 14 Sep 2006 06:55:51 -0400 (EDT)
  • References: <200609130800.EAA18217@smc.vnet.net>

Ddi you try using Illustrator instead? Also, if other programs work,
you may want to ask Corel tech support if they can successfully view
your EPS.

On 9/13/06, Michael <chiller.michi at web.de> wrote:
> Hello everybody,
>
> I use Mathematica 5.11 and CorelDraw 12 or X3 under Windows XP.
>
> I have a plot consisting of a fit function and several data points,
> which I want to import into a CorelDraw as an .eps file. To do so I use
>
>
> Export["pic.eps",picture];
>
> Using gsview 4.7 to vies the eps gives the desired result. However,
> when importing into CorelDraw (either ps interpreted in CorelDraw 12,
> direct eps in X3), my data points are missing not only on the screen
> but also on the printout (testing several printers), while being
> displayed correctly in gsview.
>
> Looking at the .eps file in a text editor I guess the command
>
> /Mdot {
>         moveto
>         0 0 rlineto
>         stroke
> } bind def
>
> is used to generate the data points, which are actually drawn using
>
> newpath
> 1 0 0 r
> .02 w
> .19697 .02245 Mdot
> .37013 .05902 Mdot
> .54329 .12986 Mdot
> .71645 .23772 Mdot
> .88961 .38379 Mdot
>
> I used ListPlot as well as Graphics[Point] to generate my data points,
> both giving the same result in gsview and missing points in CorelDraw.
>
> Is this a known problem and how can I circumvent this?
>
> Thanks for giving support,
> Michael
>
>


-- 
http://chris.chiasson.name/


  • Prev by Date: Re: Re: init.m of FrontEnd in M5.2
  • Next by Date: (again) common problem with FindMinimum and NIntegrate
  • Previous by thread: Problems eps-export Corel Draw Import
  • Next by thread: Re: Problems eps-export Corel Draw Import