On Wed, Aug 13, 2008 at 5:41 PM, Eldon Eller <[EMAIL PROTECTED]> wrote: > Thank you, Raul. I am very much an amateur, and I am probably exposing my > ignorance. But if plot can figure out how to plot x=0 in plot j.i.5, why can > it not figure out how to plot y=0 as in plot *:j.i.5? The error message is > totally opaque to me. Do you have any idea what it might mean?
(Note that my opinions in this context do not come from my having read the j code in plot so much as they come from my having performed experiments with plot.) I suspect that plot is using a different mechanism for determining the scale of the y axis than it is using for the determining the scale of the x axis. This might have something to do with the x axis values being implicitly determined in some cases, but I am not sure. Hopefully, someone will fix this before too long. Meanwhile, you can sort of work around this problem using something like plot 0j1e_300 +*:*:j.i.5 Unfortunately, though, that display does not seem meaningful (I do not see any blue horizontal line). -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
