Etrade Griffiths venit, vidit, dixit 2006-06-09 15:02:
> Michael
> 
> thanks for that - I don't think the problem is the reading of the data 
> since I plotted a small dot on the canvas every time I read a data point 
> and the final pattern looks OK.  All I need to do is join the dots properly 
> so I guess it's something silly in the PYX syntax I'm using?

The syntax in the part you revealed to us is OK: You can see it's the
same I'm using, and it works. What I mean is the handling of the
"polygon breaks": Are you sure the paths you create consist of more
elements than just moveto() and closepath()? Insert a line "print p"
right before each stroke statement, and show us the output: we'll see
the paths you're trying to stroke, and we can go from there.

Michael


_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to