LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Radar Plot

Solved!
Go to solution

Hi guys, is there a "better looking" plot output of the radar plot.vi. I want to plot some fancy charts but the radar plot doesn't look all that great. Or can the properties of the picture be manipulated i.e line thickness, point and dash etc...

 

I also tried looking at the advanced plotting toolkit but that doesn't support multiple y-axis on any of the plots.

 

Thanks.

0 Kudos
Message 1 of 9
(5,828 Views)

I think for pretty you would want to use Advanced Plotting Toolkit. I don't understand your comment about why you haven't tried it.  You might want to post some sample images of what you are trying to achieve.

 

As for the native Radar plot, there a bit you can modify to change the appearance.  If you drill down in the Simple Radar Plot example you will find that its built using the picture tools.  There's a call to the "Draw Multiple Lines.vi" (which is called by "Draw Plot.vi") where you can specify the Pen styles and one of the options is line thickness.  Right now its set to 1 by default, but you can easily change that yourself.  The problem is the lines aren't anti-aliased so ts not all that pretty. 

 

Some examples of modifying the pen styles.. (default line width 1 style solid, line width 3, line width 2 and style Dots)..

 

radar_pen_styles.png

 

Message 2 of 9
(5,796 Views)

See here


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 9
(5,788 Views)

Hi cstorey, I actually did try advanced plotting toolkit, but because it doesn't support multiple y-axis it's useless for my current needs. I was looking for a picture output similar to this image:

 

Image result for radar plot

 

Hi Jeff, by radar plot, what I actually meant was a spider plot... Sorry for the confusion.

0 Kudos
Message 4 of 9
(5,760 Views)

@OA1 wrote:

Hi cstorey, I actually did try advanced plotting toolkit, but because it doesn't support multiple y-axis it's useless for my current needs. I was looking for a picture output similar to this image:

 

Image result for radar plot

 

Hi Jeff, by radar plot, what I actually meant was a spider plot... Sorry for the confusion.


No problem,   it is a cool thread. I hope you enjoyed it!


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 9
(5,747 Views)

@OA1 wrote:

 

 by radar plot, what I actually meant was a spider plot... Sorry for the confusion.


NI calls them Radar Plot, but let's settle on Spider Plot

 

>Hi cstorey, I actually did try advanced plotting toolkit, but because it doesn't >support multiple y-axis it's useless for my current needs. I was looking for a picture >output similar to this image: [...]

 

so you can modify NI's radar plot, or re-build a spider plot based on a XY graph..

xy_spider_plot.PNG

 

data from "..National Instruments\LabVIEW 2017\examples\Graphics and Sound\Picture Plots\Simple Radar Plot.vi"

 

Message 6 of 9
(5,729 Views)
Solution
Accepted by topic author OA1

You can normalize the data, which is the same as individual Y scales for each spider leg...but ts still a polar plot with circles drawn.  You would have to see about customizing the appearance and adding labels yourself for axis mazima.

 

APT_spider.png

 

Message 7 of 9
(5,720 Views)
Solution
Accepted by topic author OA1

here's a slightly better version, with programmatic annotations.

 

Download All
Message 8 of 9
(5,674 Views)

Really nice exmaples guys, I'll play with them.

 

Thanks.

0 Kudos
Message 9 of 9
(5,645 Views)