Re: Import of EPS files
- To: mathgroup at smc.vnet.net
- Subject: [mg82027] Re: Import of EPS files
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Wed, 10 Oct 2007 04:19:51 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <fefir4$jqe$1@smc.vnet.net>
Nicolae-Alexandru Nicorovici wrote: > 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 I tried the set of expressions on my system (Windows XP SP2 Mathematica 6.0.1) and it worked well, as you can see in the following document: http://homepages.nyu.edu/~jmg336/mathematica/importofepsfiles.pdf Have you try to export/import in a fresh session? Regards, -- Jean-Marc