| To: | jmp-l@lists.biostat.wustl.edu |
|---|---|
| Subject: | Re: A Robust Way to Adjust X-Y Axis Min/Max/Inc to Display Various Data Sets? |
| From: | Fred Zhang <ieaggie2009@gmail.com> |
| Date: | Fri, 20 Feb 2009 14:25:34 -0500 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=QAOx0GMcREMrTVMUIucQGwKoShfmsEmFTHZWs41RMlM=; b=KnegNykeO89k5oprVxLc4T3ut9ogpqloEOceuphlmQ5tDQgQN4njMM2lUqkjAkz6PI v+BsbiewqFVilJzvCUD4RrWA0SolYbmzsKGymSmsUjSgxTXgsKVET1Abrml03aazQjEu 8hkyn4scSIxEB5g64F55o1hJBI2YQWnB+yM9Y= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=BjDhKDTG6EyZCZX5xhFyS2MU86CSfWauz02zIPtE7MgQaE5EkeIqe/5jBpPx9HO3FL +EO5LJ8t0y3J55Xp+OHPuIndub6ygNRiC73z9yS4WWtPPIMDH8JSwcLHA3PBDNbWgsho 7pumZVvlrn/KFLktwh8SmYvLJXOkZJOeRco9Y= |
| In-reply-to: | <25e89e790902201110i475644f3i73298fbc27d62890@mail.gmail.com> |
| References: | <25e89e790902191145x5e4d4f27uc403198af7ba1eee@mail.gmail.com> <1235074788.390.1301344399@webmail.messagingengine.com> <25e89e790902201110i475644f3i73298fbc27d62890@mail.gmail.com> |
|
Thanks, Michael.
I am now using your code by appling to my own table with specific column names.
Please note that the table has 4 column. Each has a very long business related name.
Now in the code, I change the name of column 4 (Y in regression) , followed by plotting.
Now I need to change the Y axis title to be the original lengthy name.
How can I do that in the Overlay Plot command?
Also, if I want to add an overall title within the graph, can "text" be applicable? I tried and it failed.
Best, and have a wonderful weekend.
Fred
----------------------------------------
col_list = dt << get column names;
col = Column(4); col << Set Name("Y"); ::t_biv = Bivariate(Y( :Y), X(Quarter Index),Invisible,Fit Line( {Line Color( "Red" )} )); ::t_biv << (curve[1] << save predicteds); col_list = col_list = dt << get column names; Overlay Plot(X( :Intro Quarter), Y( :Y, :Predicted Y),
:Y(Overlay Marker Color( 0 ), Overlay Marker( 0 ) ), :Predicted Y(Connect Points( 1 ),Show Points( 0 ), Connect Color( 3 ), Overlay Marker( 1 ) ), SendToReport( Dispatch({},"101",ScaleBox,{Scale( Linear ), Format("Best"), Min(1), Inc(4)}), Dispatch({},"102",ScaleBox,{Scale( Linear ), Format("Currency", 10.0), Min(0),Inc(3000000)}), Text("Value"); ) ); Current Data Table() << Delete Columns(col_list[5]); ------------------------------------------------------------------------------
On Thu, Feb 19, 2009 at 3:19 PM, Michael Benson <mbenson@one.net> wrote: If you do not specify the Min, Max, and Increment in JSL then JMP will |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: A Robust Way to Adjust X-Y Axis Min/Max/Inc to Display Various Data Sets?, Michael Benson |
|---|---|
| Next by Date: | Why I cannot control the axis setting by JSL?, Fred Zhang |
| Previous by Thread: | Re: A Robust Way to Adjust X-Y Axis Min/Max/Inc to Display Various Data Sets?, Michael Benson |
| Next by Thread: | Why I cannot control the axis setting by JSL?, Fred Zhang |
| Indexes: | [Date] [Thread] [Top] [All Lists] |