Re: Import of EPS files
- To: mathgroup at smc.vnet.net
- Subject: [mg82030] Re: [mg82011] Import of EPS files
- From: Syd Geraghty <sydgeraghty at mac.com>
- Date: Wed, 10 Oct 2007 04:21:24 -0400 (EDT)
- References: <200710090940.FAA20027@smc.vnet.net>
Nicolae,
I just checked your inputs on my system:
$Version -> "6.0 for Mac OS X x86 (32-bit) (June 19, 2007)"
MacBookPro2,1, Intel Core 2 Duo
2.33 GH
and everything functioned as expected with no errors.
Hope this helps.
Syd Geraghty B.Sc., M.Sc.
sydgeraghty at mac.com
San Jose, CA
On Oct 9, 2007, at 2:40 AM, Nicolae-Alexandru Nicorovici wrote:
> Hi,
>
> I have a question about Mathematica 6. I generated a list
> of plots and exported them as EPS files. Then, I tried to import
> them but it
> was impossible. All the time I got an error message about an APS
> format not
> being recognized. The notebook is very simple:
>
>
>
> fig=Plot[Sin[# x],{x,0,2 Pi}]&/@Range[1,5]
>
>
>
> Export["xfig-"<>ToString[#]<>".eps",fig[[#]],"EPS"]&/@Range[1,Length
> [fig]]
>
>
>
> ll=FileNames["xfig*"]
>
>
>
> figslist=Import[#]&/@ll
>
>
>
> Show/@figslist
>
>
>
>
>
> Thank you.
>
>
>
> Kind regards,
>
> Nicolae Nicorovici.
>
>
>
>
>
> Dr Nicolae-Alexandru Nicorovici
>
> Research Fellow
>
> School of Physics, A28
>
> The University of Sydney, NSW 2006, Australia
>
>
> +61 2 9036 9430
>
> +61 2 9351 7726 fx
>
> http://members.ozemail.com.au/~nicoalex
>
>
>
- References:
- Import of EPS files
- From: "Nicolae-Alexandru Nicorovici" <nicolae@physics.usyd.edu.au>
- Import of EPS files