Re: [Jgeneral] multiplot in plot demo
On Thu, Oct 2, 2008 at 4:39 PM, Chris Burke <[EMAIL PROTECTED]> wrote: > This bug was fixed a few days ago, see > http://www.jsoftware.com/jwiki/JAL/Base_Change_Log. Bill was using the > latest scripts. Apparently I had installed version 6.2.42 of the base library but I had not reloaded 'plot'. (My J session was somewhat old.) Anyways, load'plot' fixed the problem for me. Thanks, -- Raul -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
Raul Miller wrote: > On Thu, Oct 2, 2008 at 12:21 PM, bill lam <[EMAIL PROTECTED]> wrote: >>>pd '';"1 |: (i.6) ^/ 1 + i.6 >>> I do not see any differences than if I make the same change against >>> the simple multiplot demo. >> Does the Y-axis in each row look the same or not? > > They look different. > > Note that you can try this yourself -- bring up the demo, and from > the Options menu, select View Definition. Then edit the line > and hit Redisplay. This bug was fixed a few days ago, see http://www.jsoftware.com/jwiki/JAL/Base_Change_Log. Bill was using the latest scripts. -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
This may be a slightly different question, but I am having trouble replacing the leftmost '' in the plotting pd statement with any other x values. For example, when I supply the following statement I get an error message "error in graph definition", although I am only trying to get the same plot as the original demo. pd <"1(i. 6);"1 |: (i.6) ^/ 1 + 0.2 * i.6 Can others either confirm that they also get the error, or tell me what is wrong with my data entry, please? On Thu, Oct 2, 2008 at 2:13 PM, Arie Groeneveld <[EMAIL PROTECTED]> wrote: > IMHO the 'MultiPlot with Y Grouping' source should be: > > pd 'multi 1 2,1 2 3' > pd 'title MultiPlot with Y Grouping' > pd 'ycaption "row 1" "row 2"' > pd 'ygroup 0 1' > pd '';"1 |: (i.6) ^/ 1 + 0.2 * i.6 > > > regards > > =@@i -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
If I'm not wrong: what I mean is that the difference is to do with/without row headers --> ycaption Raul Miller schreef: > On Thu, Oct 2, 2008 at 2:13 PM, Arie Groeneveld <[EMAIL PROTECTED]> wrote: > >> IMHO the 'MultiPlot with Y Grouping' source should be: >> >> pd 'multi 1 2,1 2 3' >> pd 'title MultiPlot with Y Grouping' >> pd 'ycaption "row 1" "row 2"' >> pd 'ygroup 0 1' >> pd '';"1 |: (i.6) ^/ 1 + 0.2 * i.6 >> > > If I get rid of that 0.2 * from your last sentence, I see > no Y grouping. (And, with the 0.2 *, I can't easily see if > there is any Y grouping.) > > -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
On Thu, Oct 2, 2008 at 2:13 PM, Arie Groeneveld <[EMAIL PROTECTED]> wrote: > IMHO the 'MultiPlot with Y Grouping' source should be: > > pd 'multi 1 2,1 2 3' > pd 'title MultiPlot with Y Grouping' > pd 'ycaption "row 1" "row 2"' > pd 'ygroup 0 1' > pd '';"1 |: (i.6) ^/ 1 + 0.2 * i.6 If I get rid of that 0.2 * from your last sentence, I see no Y grouping. (And, with the 0.2 *, I can't easily see if there is any Y grouping.) -- Raul -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
IMHO the 'MultiPlot with Y Grouping' source should be: pd 'multi 1 2,1 2 3' pd 'title MultiPlot with Y Grouping' pd 'ycaption "row 1" "row 2"' pd 'ygroup 0 1' pd '';"1 |: (i.6) ^/ 1 + 0.2 * i.6 regards =@@i Raul Miller schreef: > On Thu, Oct 2, 2008 at 12:21 PM, bill lam <[EMAIL PROTECTED]> wrote: > >>>pd '';"1 |: (i.6) ^/ 1 + i.6 >>> I do not see any differences than if I make the same change against >>> the simple multiplot demo. >>> >> Does the Y-axis in each row look the same or not? >> > > They look different. > > Note that you can try this yourself -- bring up the demo, and from > the Options menu, select View Definition. Then edit the line > and hit Redisplay. > > -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
On Thu, Oct 2, 2008 at 12:21 PM, bill lam <[EMAIL PROTECTED]> wrote: >>pd '';"1 |: (i.6) ^/ 1 + i.6 >> I do not see any differences than if I make the same change against >> the simple multiplot demo. > > Does the Y-axis in each row look the same or not? They look different. Note that you can try this yourself -- bring up the demo, and from the Options menu, select View Definition. Then edit the line and hit Redisplay. -- Raul -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
On Thu, 02 Oct 2008, Raul Miller wrote: > On Thu, Oct 2, 2008 at 11:48 AM, bill lam <[EMAIL PROTECTED]> wrote: > > I checked that the scale of Y-axis in all plots are already the same > > in "MultiPlot with Y Grouping". > > If I change the last line so that they are not the same: > >pd '';"1 |: (i.6) ^/ 1 + i.6 > > I do not see any differences than if I make the same change against > the simple multiplot demo. Does the Y-axis in each row look the same or not? -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
On Thu, Oct 2, 2008 at 11:48 AM, bill lam <[EMAIL PROTECTED]> wrote: > I checked that the scale of Y-axis in all plots are already the same > in "MultiPlot with Y Grouping". If I change the last line so that they are not the same: pd '';"1 |: (i.6) ^/ 1 + i.6 I do not see any differences than if I make the same change against the simple multiplot demo. -- Raul -- For information about J forums see http://www.jsoftware.com/forums.htm
Re: [Jgeneral] multiplot in plot demo
On Thu, 02 Oct 2008, Raul Miller wrote: > I am having some problems understanding the points being conveyed by > the multiplot demos. > > Part of my problem seems to be that "MultiPlot with Y Grouping" looks > exactly the same as "Simple Multiplot". I checked that the scale of Y-axis in all plots are already the same in "MultiPlot with Y Grouping". -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- For information about J forums see http://www.jsoftware.com/forums.htm
