Actually I was playing a bit with [Thomson problem]( http://en.wikipedia.org/wiki/Thomson_problem) on a unit sphere so diagonals are making a mess.
On Mon, Mar 10, 2014 at 2:03 AM, Raul Miller <[email protected]> wrote: > If you do not mind a few diagonals in your plot: > > require'plot' > plot ;/|:#:i.8 > > Thanks, > > -- > Raul > > > > On Sun, Mar 9, 2014 at 6:19 PM, EelVex <[email protected]> wrote: > > > 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 > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
