---Robert O'Boyle wrote:
> I noticed that when I manually enter the set bparm in the
> GRAPH script, that
> it disappears from the script when I close the Design window.
> What am I
> doing wrong?

I think that you'd be better setting these as part of graph_setup. That is take 
the set aparm & bparm lines out of GRAPH and add the following to graph_setup.
wd 'set aparm 100 150 200 5'
wd 'set bparm 100 150 200 5'

> I thought that the pas command put a border around the isigraph but it
> doesn't seem to. Can I add one? I would ultimately like to
> add axis tick
> marks but I don't know if this is possible.
>
> Finally, is there any way to change the 0, 0 origin to be at
> the bottom left
> rather than top left?

Have you thought about using plot rather drawing the lines "manually"? You 
might want to check out the following scripts on the wiki for some ideas.
http://www.jsoftware.com/jwiki/Scripts/QuadExplorer
http://www.jsoftware.com/jwiki/Scripts/Real-time_Plot
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to