--- Bill Harris <[EMAIL PROTECTED]> wrote: > Oleg Kobchenko <[EMAIL PROTECTED]> writes: > > > Here is a graphical view of the categorical table > > where each cell is a circle of proportional diameter. > > Sort of a diametrical viewmat. > > Oleg, > > I hadn't thought of that idea, but I like it! I may play around with > the style a bit (I think a white graphbackcolor may work better in my > situation), but I think the idea will work just fine. > > Now all I need to do is add a title and perhaps an indication of what > the variables (H, L) mean, and it may fly like that. > > Thanks again. You should be able to see a pointer from my blog on > Monday to the end result on another blog (I'll give you credit in my > blog posting that points to the real thing, if that's okay with you).
In fact I've put this example to J Wiki as an example of Plot package extensibility http://www.jsoftware.com/jwiki/Plot/Extensibility so you can use the link, of you need. If anyone has any such interesting customizations, please feel free to extend this page. On the subject of extensibility, it would be good if there were a way to add plot types or parameters without modifying any of the Plot code (even by overloading core methods in memory), sort of plugin interface so that plot can recognize extensions if present or specified, to allow something like load 'plot' load '~user/mytype.ijs' 'type mytype;myparam 1 2 3' plot data ____________________________________________________________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. http://tv.yahoo.com/ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
