Re: simply problem (not for me) about axes scale
- To: mathgroup at smc.vnet.net
- Subject: [mg52976] Re: [mg52936] simply problem (not for me) about axes scale
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 18 Dec 2004 04:00:03 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Use AspectRatio -> Automatic. That makes the same scale on both axes so that circles truly come out as circles. The default is AspectRatio -> 1/GoldenRatio, which will not generally give you the same scale on each axis. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Alessandro M. [mailto:mazuego at virgilio.it] To: mathgroup at smc.vnet.net Hi all I've a problem. I cannot find in the master index which is the built-in function that allow me to plot a curve with the same scale on the Y and X axes. I mean... I want the same subdivisions length on the X and Y axes on a 2D plot! Thank you for patience