I thought that was what you meant by raster. Both the XY graph and polar plot work by taking points, one as (X,Y), and the other as (r, theta) and drawing lines between them. The lines are then rendered, or rasterized on the device currently being drawn to. For screens, it will be about 100dpi rasterization, and for printers 600 or so.
Anyway, both work the same, but the XY graph makes it easy to type into the scales or use a tool to zoom and see more resolution. If you have a way to enter in the different scale parameters and do a little math, the polar can do the same.
Anyway, we now understand each other, and you can use the XY graph if you draw a plot that looks like the grid, or you can make the polar plot z
oom, if that is what you want.
Greg McKaskle