Aspect Ratio
- To: mathgroup at smc.vnet.net
- Subject: [mg94985] Aspect Ratio
- From: "Nathan Myhrvold" <nathanm at intven.com>
- Date: Thu, 1 Jan 2009 20:29:08 -0500 (EST)
Here is a simple question - is there a way to find out the aspect ratio of a graphics object? So if I have r1 = Graphics[Rectangle[{0,0},{1,10}]] r2 = Graphics[Rectangle[{0,0},{1,2}]] I want to recover {1,10} from r1, and {1,2} from r2. Nathan This message and any attachments, may contain confidential and/or legally privileged information. If you are not the intended recipient of the message by the original sender, please destroy it. Message and attachments copyright =A9 2008, all rights reserved. Any unauthorized dissemination, distribution or copying is strictly forbidden
- Follow-Ups:
- Re: Aspect Ratio
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Aspect Ratio