I agree that the code should not just hang, but what do you expect to see when plotting a single point?
On Tue, Oct 31, 2017 at 12:25 AM, 'Skip Cave' via Beta <[email protected]> wrote: > 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
