%!PS-Adobe-2.0 %%Creator: Masahiko Yokoyama %%Title: Rotated figure %%Pages: 1 %%PageOrder: Ascend %%BoundingBox: 0 0 595 842 %%EndComments %%EndProlog %%Page: 1 1 /showpage {} def -90 rotate -842 0 translate gsave % % In case of an EPS figure, follow the instraction bellow to fit the % figure to A4 landscape frame. % % Read 'Xlow' 'Ylow' values from "%%BoundingBox:" comment line then % put the following lines here: % % 'your_Xlow_offset' 'your_Ylow_offset' translate % 'scale_factor' 'scale_factor' scale % -'Xlow' -'Ylow' translate % % Example: The comment line is "%%BoundingBox: 108 296 488 603" and % enlarging by factor of 1.8 and moving the origin to (90,20) % % 90 20 translate % 1.8 1.8 scale % -108 -296 translate % %------ Figure (a) here. grestore currentdict /showpage undef showpage %%Trailer %%EOF