There are some possibilities on the J-wiki - do a search for "3D": http://www.jsoftware.com/jwiki/RE Boss/J-blog/3d plot http://www.jsoftware.com/jwiki/Scripts/Plot 3D http://www.jsoftware.com/jwiki/NYCJUG/2013-06-11#Primitive_3D_Interactive_Scatterplot_Using_d3.js
This last one is something I put together for using J to generate interactive 3D plots in Javascript. On Sun, Mar 9, 2014 at 6:55 PM, Brian Schott <[email protected]> wrote: > A possible close plot is > > 'stick' plot ;/?3 10 $ 0 > > > 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 > > > > > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
