Well, this is used in plot, so presumably we could inspect example arguments to plot. For example with
load'plot' getpolar_jzplot_=: 3 : 0 echo y 'x y z'=. y (x * cos y) ; (x * sin y) ; z ) However, 'polar' plot _1^(i.21)%10 doesn't use getpolar, and looking at addons/graphics/plot/jzplot.ijs I see that getpolar is only used for certain argument structures. Anyways, ... modifying complex code without good test cases is hazardous to the health of that code. So, I thought I would ask... Thanks, -- Raul On Sat, Aug 28, 2021 at 12:15 AM Devon McCormick <[email protected]> wrote: > > The meaning of the inputs is unclear, especially as two of the three are > re-assigned immediately. > > On Fri, Aug 27, 2021 at 11:28 PM Raul Miller <[email protected]> wrote: > > > What are some example test cases which illustrate this issue? > > > > Thanks, > > > > -- > > Raul > > > > On Fri, Aug 27, 2021 at 11:11 PM Arthur Anger <[email protected]> > > wrote: > > > > > > Staff-- > > > The text below is necessary for at least some types of polar-plotting > > graphics. Since 'jqt' and 'github' are foreign terms to me, I would > > appreciate your substituting this text for the briefer version currently > > installed in addons/graphics/plot/jzplot.ijs : > > > > > > getpolar=: 3 : 0 > > > 'x y z'=. y > > > NB. Inserted 08/21/2021 ALA: > > > x=. {."2 > y > > > y=. {:"2 > y > > > (x * cos y) ; (x * sin y) ; z > > > ) > > > > > > Thanks, > > > --Art > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > -- > > Devon McCormick, CFA > > Quantitative Consultant > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
