|
[Date Index]
[Thread Index]
[Author Index]
Re: plotting question
- To: mathgroup at smc.vnet.net
- Subject: [mg28463] Re: plotting question
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Fri, 20 Apr 2001 04:24:13 -0400 (EDT)
- References: <9bm5bk$j3r@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Julian,
Try the option AspectRatio
AspectRatio -> n
will scale so the picture so that height/width = n
AspectRatio ->Automatic
will give the shape as specified by the coordinates (you could say that it
scales equally in the x and y directions).
--
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
"Julian Sweet" <jsweet at engineering.ucsb.edu> wrote in message
news:9bm5bk$j3r at smc.vnet.net...
> How do I go about changing the scale on a 3D parametric plot.
> The plot appears correctly except for the amplitude is much too small
> to be able to see the variations. I corrected this by adding a scalar
> to my function, however, I should be able to correct this by rescaling
> the plot itself.
>
> thank you
>
>
> e-mail respoinse appreciated: jsweet at engineering.ucsb.edu
>
Prev by Date:
Re: Evaluating expressions in pure functions
Next by Date:
Re: Evaluating expressions in pure functions
Previous by thread:
plotting question
Next by thread:
AW: circular plot question
|