|
[Date Index]
[Thread Index]
[Author Index]
Re: Changing Plot Axis Displays
- To: mathgroup at smc.vnet.net
- Subject: [mg54713] Re: [mg54694] Changing Plot Axis Displays
- From: "David Annetts" <davidannetts at aapt.net.au>
- Date: Mon, 28 Feb 2005 03:26:59 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Plizak,
> I have a table that I want to plot, it's a list plot
>
> A = {{.1,.2,.3,.4,.5}
> {.1,.2,.3,.4,.6}
> {.1,.2,.3,.5,.7}
> {.1,.2,.5,.6,.8} }
>
> ListPlot3D[A, AxesLabel->{"Years", "Ratings", "rates"}
>
> Q: I would like the "Ratings" axis to not be numbers 1,2,3
> and 4, but rather A, B, C, and D. Is this possible in
> mathematica?
>
> Q: Can I change the "rates" to be in Percent? i.e instead of
> having the Z axis from 0 to 0.80, could I have the Z axis
> go from 0% to 80%?
>
> Q: Can I offset the "Years" to be 5, 10, 15 and 20 as opposed
> to 1,2,3 and 4?
Yes, Yes and .... Yes.
It's the same answer to all questions. You need the function Ticks which
can be found in 2.10.5 of the online help.
Regards,
Dave.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.5.0 - Release Date: 25/02/2005
Prev by Date:
Re: Print graphics in smaller size
Next by Date:
Re: Re: Re: Simplify and Abs
Previous by thread:
Changing Plot Axis Displays
Next by thread:
Re: Changing Plot Axis Displays
|