Has anyone succeeded in using plot under jconsole? Is such a thing possible?
I'm happy with the way "viewmat" has evolved in J8: under jconsole (under Windows), it spins off an independent .png file that appears in a separate view window and returns control to the session. However, when I try to run the examples in jwiki/Plot/Class, I get this error before my J session terminates: QWidget: Must construct a QApplication before a QWidget It looks like there's some Qt magic I need to do before attempting something as simple as this: load 'jzplot' NB. load plot class a=: conew 'jzplot' NB. create plot object a Has anyone done this? If not, where might I look to figure this out, assuming it's even possible? Thanks, Devon -- Devon McCormick, CFA ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
