Re: Problem with Display and ImageSize
- To: mathgroup at smc.vnet.net
- Subject: [mg21550] Re: Problem with Display and ImageSize
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 15 Jan 2000 02:03:56 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <84jopc$e0s@smc.vnet.net> <85mm34$22a@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Hans, my Mathematica 4.0.1 produce correct results and the bounding box of klein.eps is %%BoundingBox: 7 0 137 88 both files are displayed fine in GhostView and in the correct size. Regards Jens > > This was the first time I got no answer. Therefore I try a second > time. > > The lines > > Display["normal.eps",Plot[x x, {x,-2,2}],"eps"]; > Display["klein.eps",Plot[x x, {x,-2,2},ImageSize->2*72],"eps"]; > > Produces normal.eps which is a fine eps-file and klein.eps(*) which > is not. > > The bounding box is given as > %%BoundingBox: 0 22 144 122 > but should be something like > %%BoundingBox: 0 168 144 270 > > Hans Friedrich Steffani