Dear list,

using

   load 'plot'
   'ylog 1' plot 1 0 3

leads to an error within the gettplog function in 
jzplot.ijs, namely on its line

   pos=.min+step*i.>:>.(max-min)%step

As I understand, max-min is _ , step also _ , hence the problem. Of
course, it would be nicer to issue a nicer message instead of the error,
but it's fairly ok. Nonetheless, changing to

   'ylog 1; yrange 1 100' plot 2 0 3 10

leads to a different error, i.e.

+---------+---------------------------------------------------------------------------------------------------------------+
|wdhandler|error in: plot_gs_paint  domain error: cd        rc=. 
glcmds`glcmds_jglc_@.(Poutput=iQTC)buf                   |
+---------+---------------------------------------------------------------------------------------------------------------+

(I am using
   wdinfo_z_ =: echo
otherwise I get a crash with my current setup.)
Now the gettlog function passes ok, the explicit limits for yrange help,
but there is something other not working well.


Best regards
Ruda
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to