On Sun, Mar 28, 2010 at 10:27 PM, Eric Iverson <[email protected]>wrote:
> Read the jhs help screen for information about plot. Currently jhs supports > pdf plot output and only the most basic sketch of a plot capability with > svg. There are examples of this in the help page. Eventually svg will be a > fully supported plot output type and plots in jhs with svg output will be > similar to what you see now in j.exe plot. > I don't know how you are implementing the svg support but I would suggest using a javascript framework such as http://raphaeljs.com/ which provides a layer of abstraction along with multi-browser support (it uses VML as a fallback on IE 6+). > > On Sun, Mar 28, 2010 at 7:10 AM, Brian Schott <[email protected] > >wrote: > > > Ok, Bill's instructions work for me using the online jum, but I am > > having no luck with plotting using the online system. Is that just me, > > or is the online system only for text output. For example, this is an > > excerpt from my online session output in jijx window. > > > > load'plot' > > 'type surface' plot +/~2 o. i:6j99 > > gtkplot jzplot override - isi_show > > gtkplot jzplot override - popen > > |value error: newwindow > > | newwindow'GTK Plot' > > 'type surface' jpdf +/~2 o. i:6j99 > > |value error: jpdf > > | 'type surface' jpdf+/~2 o.i:6j99 > > > > > > On Sat, Mar 27, 2010 at 10:12 AM, bill lam <[email protected]> wrote: > > > sab, 27 Mar 2010, Brian Schott skribis: > > >> Newbie jhs question. > > >> > > >> How can I access the defined verb `calendar` from the dates.ijs script > > >> in the online system? I can use the jfile page to open dates.ijs, but > > >> I cannot figure out how to make the contents, especially `calendar` > > >> available to the jijx or jijs page. I suspect the trick is in the > > >> "new_file new_folder new_name" edit field, but ... > > >> > > > > > > inside ijx, type > > > > > > load 'dates' > > > > > > then type > > > > > > calendar 2010 > > > > > > > > > -- > > > regards, > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
