MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: AND... How can I tell M to have the same spaces on the x- AND the y-axis?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17488] Re: AND... How can I tell M to have the same spaces on the x- AND the y-axis?
  • From: "Allan Hayes" <hay at haystack.demon.co.uk>
  • Date: Mon, 10 May 1999 01:44:26 -0400
  • References: <7h4iq5$eg1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Michael Kalina <kalina at teleweb.at> wrote in message
news:7h4iq5$eg1 at smc.vnet.net...
>
> AND... How can I tell M to have the same spaces on the x- AND the y-axis?
>
> Thanks M.
> Please answer via E-Mail!
>
Michael

If by this you mean the same scaling then you need to use the option

 AspectRatio -> Automatic

Plot[{x^2,x^3}, {x, -5, 5},
    PlotStyle-> {Hue[0], Hue[2/3]},
    AspectRatio ->Automatic
]


Allan

---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565




  • Prev by Date: Re: Hyperlinks from Word97 to Mathematica notebook.
  • Next by Date: Re: Why Round[5/2]=2?
  • Previous by thread: AND... How can I tell M to have the same spaces on the x- AND the y-axis?
  • Next by thread: Re: AND... How can I tell M to have the same spaces on the x- AND the y-axis?