[reportlab-users] strokeDashArray question

reportlab-users@reportlab.com reportlab-users@reportlab.com
Thu, 11 Sep 2003 11:58:51 -0400 (EDT)


I discovered the visibleGrid stuff, and this helps a lot.

I'm still uncertain about how the array gets used in the strokeDasharray. 
In the case of:

>>>gridStrokeDashArray = [1,50]

Does this mean I'll have 1pt dots separated by 50pt spaces?

> What is the strokeDashArray for?
>
> I want to draw dashed horizontal tick marks across my chart, starting at
> the left-hand y-axis and going to the right.  I still want the main y-axis
> to be solid.
>
> I suspect there's some way to use strokeDashArray to acheive this, but I'm
> not sure how.
>
> Any ideas?  Is there another way?
> _______________________________________________
> reportlab-users mailing list
> reportlab-users@reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
>