I may have missed it but I didn't find in the documentation a discussion of how to determine (or modifiy, for that matter) the area allocated to each point in xyplot. The issue arises, e.g., when writing a custom renderer. Should I assume that it is just the clipping area of the graphics object?
A related issue is how this interacts with zooming: when calling setSeriesShape on a renderer, should we take into account the zoom factor or is all that at zoom 1, actual zoom being applied later?
Thanks in advance.