Further review suggests that the problem may stem from the requirement that
xlabel and ylabel expect "one label per datapoint". So the following works,
for example.

opts =: 'xlabel xl0 , xl1 , xl2; ylabel yl1 , yl2 , yl3 '
         opts plot ;/~ i.3



On Mon, May 4, 2015 at 10:34 PM, Brian Schott <[email protected]>
wrote:

> Expanding on bill's question of whether opts was malformed I tried the
> following and got a result with an error, but no crash.
>
> opts =: 'xlabel' , myxlabel
>             opts plot ;/~ i.10
> |value error: myxlabel
> |opts[0]
>
>
> --
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to