Hello,

I can't get xcaption and ycaption working in a 3D plot. zcaption gives an error:

   require 'plot'
   
   NB. 2D ok
   plot i. 4 4
   pd 'xcaption x-axis;ycaption y-axis;show'
   
   NB. 3D no captions
   'surface' plot i. 4 4
   pd 'xcaption x-axis;ycaption y-axis;show'
   
   NB. error
   'surface' plot i. 4 4
   pd 'xcaption x-axis;ycaption y-axis;zcaption z-axis;show'
|option not found: zcaption: signal
|       signal'option not found: ',j
   
Am I missing something?

Esa
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to