08-04-2007 12:38 AM
08-04-2007 02:12 AM
08-05-2007 02:09 AM
08-05-2007 02:46 AM
08-18-2007 04:54 AM
08-18-2007 11:05 AM
I did not say there was a direct option to do what you want. I only said that the guts of the polar plot VI are not hidden from the user and can be modified to do anything you want with some creative code changes!
The output is a plain picture indicator and you have full freedom to draw any kinds of circles, lines, and points any way you want. All this has already been done for a simple polar plot inside "polar plot.vi" and associated subVIs. Simply take the entire hierarchy and save it under a new name elsewhere. Now you can surgically hack into some of the existing VIs and modify it for your purpose by changing the actual code. For example, inside "draw polar grids", you would modify the way the circles are mapped to the graph. Inside "plot polar data", you would modify "map value to pixel". I don't think it would be to difficult once you are a bit familiar with picture commands. Have you tried?