My problem is not how to draw dots, but the following bug in jzplot.ijs

   load 'plot'
   pd 'type point'
   pd 2;3
   pd 'show'
|length error: pdf_circle
|   'x y r'    =.y


Clearly there is something going wrong somewhere in the script. I've looked (a little) at trying to find where the difference between 2;3 and 2;,3 becomes critical, but jzplot.ijs is impressively long - 8848 lines!

Even more complicated to find is why the order of line then dots gives all dots, but dots and then line works as expected.

I don't know who maintains jzplot.ijs, but this is an appeal to them to look into these issues at some point.


On 2012/12/07 03:23 , Linda Alvord wrote:
When I was first using plot I saved this little script so I would remember
how to get dots.  Mayboe it will help you.

    pd 'reset'
    pd 'itemcolor red'
    pd 'type marker'
    pd 'markersize 1.4'
    pd 'markers circle'
    NB.pd (i.15);15?30
    pd (0{"1 p);1{"1 p
    pd 'itemcolor blue'
    NB.pd (5+ i.10);7 + 10?30
    pd (0{"1 Q);1{"1 Q
    pd 'show'

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

Reply via email to