It's more correct to pass cubes one by one, than as a single polyhedron. I am more surprized how it worked before. ...I think, I am not really sure. I just tweaked it, and it worked. I should have read the docs or browsed the code. But then it would be hard, right?
--- "R.E. Boss" <[EMAIL PROTECTED]> wrote: > Not hard at all, well, how could I have known how jzplot distributes its > colours when type = poly? > > > > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Namens Oleg Kobchenko > Verzonden: vrijdag 12 januari 2007 12:08 > Aan: General forum > Onderwerp: RE: [Jgeneral] 3d plot, dot style > > It's not hard at all. > > plotcubes=: 3 : 0 > pd 'new;type poly;edgecolor gray;color lightgray,gray,darkgray' > pd"1 |:_6<\ &> cubes y > pd'show' > ) > > > --- "R.E. Boss" <[EMAIL PROTECTED]> wrote: > > > I tried rather hard to have the cubes with same colour on same side, say > red > > on top, blue at front and green at (other) side, but did not succeed. > > How can this be achieved? > > > > > > > > -----Oorspronkelijk bericht----- > > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Namens Oleg Kobchenko > > Verzonden: woensdag 10 januari 2007 2:05 > > Aan: General forum > > Onderwerp: Re: [Jgeneral] 3d plot, dot style > > > > There is plot3d at http://olegykj.sourceforge.net/ > > > > Plotting boolean 3-array, roughly equivalent to 3D > > version of viewmat. Also plots a list of 3-coordinates similarly. > > > > For example, > > > > http://olegykj.sourceforge.net/scripts/plot3d.pdf > > > > > > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > > ____________________________________________________________________________ > ________ > Get your own web address. > Have a HUGE year through Yahoo! Small Business. > http://smallbusiness.yahoo.com/domains/?p=BESTDEAL > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ____________________________________________________________________________________ Don't get soaked. Take a quick peak at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weather ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
