|
[Date Index]
[Thread Index]
[Author Index]
Re: Plot with axis with the same scaling factor
- To: mathgroup at smc.vnet.net
- Subject: [mg103902] Re: Plot with axis with the same scaling factor
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Mon, 12 Oct 2009 06:35:49 -0400 (EDT)
- References: <hapq44$cfh$1@smc.vnet.net>
On 2009.10.10. 13:11, yves wrote:
> Hello,
> I would like to know how to produce plots with orthonormal axis. I've
> written some code which
> a) retrieves all the points of a plot
> b) finds the lowest at position at left and the highest at right
> c) computes the AspectRatio
> d) does the actual plot
>
> Is it a simplier way to get a plot with the same scaling factor on
> both axis.
> Note: to use AspectRatio->1 doesn't of course work because this leads
> to a plot fitting in a square but with uneven ||(1,0)|| and ||(0,1)||
>
AspectRatio -> Automatic
Prev by Date:
Re: How to find the machine number nearest to an exact
Next by Date:
Re: Convert Graphics3D to Graphics2D. Is it possible?
Previous by thread:
Re: Plot with axis with the same scaling factor
Next by thread:
Convert Graphics3D to Graphics2D. Is it possible?
|