| To: | <jmp-l@lists.biostat.wustl.edu> |
|---|---|
| Subject: | Re: How to change x axis values by another column? |
| From: | <Gunter.Hartel@csl.com.au> |
| Date: | Thu, 19 Feb 2009 08:40:12 +1100 |
| In-reply-to: | <25e89e790902181324s302dd1bcx4bcdaec5c58c00e0@mail.gmail.com> |
| References: | <25e89e790902181117n7c9cad19s20a9ad85b67808e7@mail.gmail.com> <A4CE6EA1-AAD2-48C5-B156-27CBADE987E3@aol.com> <25e89e790902181324s302dd1bcx4bcdaec5c58c00e0@mail.gmail.com> |
| Thread-index: | AcmSD1Zr/yo3/rhiQ6yqEUCPET0WWgAAJKjg |
| Thread-topic: | [jmp-l] How to change x axis values by another column? |
|
you can add property value labels to Col_2 where 1=00Qtr1,
2=00Qtr2, etc, but they will only show up in a scatter plot if you change the
modelling type to ordinal or use oneway for the plot
eg
:Col_2 << set property(
"Value Labels", {1 = "00Qtr1", 2 = "00Qtr2", 3 = "00Qtr3", 4 = "00Qtr4", 5 = "01Qtr1", 6 = "01Qtr2", 7 = "01Qtr3", 8 = "01Qtr4", 9 = "02Qtr1"} ) << use value labels( 1 ); // labels Oneway( Y( :Col_3 ), X( :Col_2 ) ); // numbers Bivariate( Y( :Col_3 ), X( :Col_2 ) ); PS this is under version 8.0 WinXP
Cheers
Gunter
From: jmp-l-owner@lists.biostat.wustl.edu [mailto:jmp-l-owner@lists.biostat.wustl.edu] On Behalf Of Fred Zhang Sent: Thursday, 19 February 2009 8:24 AM To: jmp-l@lists.biostat.wustl.edu Subject: Re: [jmp-l] How to change x axis values by another column? Mark
Sorry not to get your point.
Given this example, which column property to add?
How to do this in JSL?
Thanks,
Feng
On Wed, Feb 18, 2009 at 3:56 PM, Mark Bailey <mark4flies@aol.com> wrote: Did you try adding the Value Labels column property? This way you associate the desired label with each numeric value.
***************************************************************************************************************
This email and any attachments are confidential and may be subject to legal or other professional privilege. Any confidentiality or privilege is not waived or lost because this email has been sent to you by mistake. You should not read, copy, adapt, use or disclose them or their contents without authorisation. Any personal information in this email must be handled in accordance with the Privacy Act 1988 (Cth). If you are not an intended recipient, please contact us at once by return email and then delete both messages.
CSL Limited A.C.N. 051 588 348 45 Poplar Road Parkville Victoria 3052 Australia Phone: +61 3 9389 1911 Fax: +61 3 9389 1434 ***************************************************************************************************************
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: How to change x axis values by another column?, Michael Benson |
|---|---|
| Next by Date: | Re: How to change x axis values by another column?, Fred Zhang |
| Previous by Thread: | Re: How to change x axis values by another column?, Fred Zhang |
| Next by Thread: | Re: How to change x axis values by another column?, Gunter.Hartel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |