LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Polar Plot.vi

Hi. I have the problem. How can I create two different colors for two different plots?
Thank You.

Dmitry
Moscow
0 Kudos
Message 1 of 5
(3,063 Views)
You will have to explain what you are trying to do a little more
- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 2 of 5
(3,053 Views)
0 Kudos
Message 3 of 5
(3,024 Views)
The polar plot vi draws two images, the grid and the actual plot by using a vi called draw multiple lines.  Unfortunately, the function that draws the polar plot only allows for a single color, as shown in the image below:
 
RayR
 


Message Edited by JoeLabView on 06-23-2008 08:26 AM
0 Kudos
Message 4 of 5
(3,008 Views)

Perhaps you could move the draw multiple lines vi to inside the for loop. Replace it with a draw line vi. Feed the picture around the loop with a shift register and write to the same picture multiple times. This would let you use the color input to the draw line.vi with a different color for each iteration. Might have to manipulate or reorder the data that you are sending.

 

Also see this thread.

http://forums.ni.com/ni/board/message?board.id=170&message.id=134753&query.id=28545#M134753



Message Edited by unclebump on 06-23-2008 10:40 AM
0 Kudos
Message 5 of 5
(2,994 Views)