Here's a simple plot:

load 'plot'

pd 'reset;color red'

pd 'type marker;markersize 2'

pd <"1|:0 0,:10 10

pd 'show'


1. The above code plots two points, one at 0,0 and one at 10,10. How can I
plot just ONE point? The following code hangs, and shows NO dots at all in
8.05 & 8.06:

load 'plot'

pd 'reset;color red'

pd 'type marker;markersize 2'

pd <"1|:10 10

pd 'show'



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

Reply via email to