I'm trying to plot some points in a unit cube. Is there a simple way to do
it with 'plot'?

Things I assumed should work but didn't:

'point' plot ;/?3 10 $ 0  NB. gives a 2d plot
'dot' plot ;/?3 10 $ 0    NB. length error
plot ;/?3 10 $ 0  NB. points connected
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to