[plt-scheme] Printing slideshow to PS
At Mon, 28 Jun 2004 23:45:14 +0100, Paulo Jorge O. C. Matos wrote:
> In this short and simple example it's difficult to see the chaos
> into which it turn a complex slideshow when converted to PS. But
> you can start by noticing that in the slide the distance of the
> end of the figure to the bottom is larger than in the PS.
Maybe you didn't mean to use `size-in-pixels'?
By using `size-in-pixels', you effectively request that the image takes
on a different relative size for different size displays, because the
scale that is used depends on the display size.
It sounds like the PS drawing area is a little smaller than your screen
(in device-specific coordinates), so the bitmap ends up relatively
larger in the PS output.
Matthew