[Jprogramming] Plot xrange question

2013-07-01 Thread David Vincent-Jones
I am having problems setting the origin of my xrange at anything other 
than '0'. ... I am trying to set the x range to the days (31) of the 
current month and do not understand why the following is failing.

pd 'xrange 1 ',(: $ days)
I am looking for the scale to be set from 1 to 31 and above gives 0 to 30.

David
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jprogramming] Plot xrange question

2013-07-01 Thread Tom Arneson
I did some experimentation and found that xrange  will show a suprange of
the plotted data. 

NB.
require'plot'

f=: 70}.i:100   NB. _30..100
c=: 9%~5*f-32   NB. convert to °c
pd'reset'
pd f;c
pd'xrange -30 20' NB. shows a subrange
pd'show'
NB.
-Original Message-
From: programming-boun...@forums.jsoftware.com
[mailto:programming-boun...@forums.jsoftware.com] On Behalf Of David
Vincent-Jones
Sent: Monday, July 01, 2013 13:11
To: programm...@jsoftware.com
Subject: [Jprogramming] Plot xrange question

I am having problems setting the origin of my xrange at anything other than
'0'. ... I am trying to set the x range to the days (31) of the current
month and do not understand why the following is failing.
pd 'xrange 1 ',(: $ days)
I am looking for the scale to be set from 1 to 31 and above gives 0 to 30.

David
--
For information about J forums see http://www.jsoftware.com/forums.htm

--
For information about J forums see http://www.jsoftware.com/forums.htm


[Jprogramming] current status of j android?

2013-07-01 Thread 김창준
what's the current status?

I recently ran the j console on android, which used to work without a
problem last time, and the following error was shown:

not found:
/data/data/org.dykman.j.android/app_jconsole/addons/gui/android/android.ijs
|file name error: script
|   0!:0 y[4!:55'y'


sent from an android phone
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jprogramming] current status of j android?

2013-07-01 Thread bill lam
I suspect you had updated the base library and it needs that
addon.  Please try intall it to see if the problem can be
solved.

Вт, 02 июл 2013, June Kim (김창준) писал(а):
 what's the current status?
 
 I recently ran the j console on android, which used to work without a
 problem last time, and the following error was shown:
 
 not found:
 /data/data/org.dykman.j.android/app_jconsole/addons/gui/android/android.ijs
 |file name error: script
 |   0!:0 y[4!:55'y'
 
 
 sent from an android phone
 --
 For information about J forums see http://www.jsoftware.com/forums.htm

-- 
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