From: David A. H. <dh...@wf...> - 2004-04-05 18:30:40
|
Hi, Regarding the use of the ray command, is there a way to automatically = set either the x or y value to maintain the same aspect ratio as = displayed in the window? For that matter, how do you determine the = number of x and y points displayed (other than making a bitmap and = loading that into another program)? -David Horita >=20 >=20 > Mohammed, >=20 > ray width, height > png filename.png >=20 > for example, for a 5x4 figure at 300 dpi: >=20 > ray 1600,1200 > =20 > png hires.png > (or use Save image... from the File menu after the ray command) >=20 > Cheers, > Warren > >=20 |