The JHS viewmat is very simple. It just writes blank chars to the screen with appropriate background colors. You can change the size of the chars with CSS styles. Look at the definition of viewmat and edit the corresponding line to be:
a=. (<'<font ',LF,'style="font-size:3px;background-color:'),each t and then try the modified viewmat to see a more compact drawing. On Sat, Nov 24, 2012 at 7:13 AM, <[email protected]> wrote: > Eric Iverson writes: > > > JHS has a simple viewmat (for html output) built in. That is, you > > don't need to load'viewmat'. I suspect you are doing a load'viewmat' > > which is overwriting the html version with a gtk version that will > > fail as you describe. > > Right. The built-in viewmat works fine. However, it produces huge > graphics such that I have to scroll to see the whole matrix, which > makes it much less useful than the GTK-based viewmat. > > > Your immediate workaround is to not load viewmat when in JHS. > > Eventually this might be fixed so that load'viewmat' in JHS does > > nothing, but I am not sure when that will get done. > > bill lam writes: > > > base library has now been fixed to ignore loading viewmat as well as > > some other package under JHS. > > That was quick :-) > > Thanks to both of you, > Konrad. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
