Hello,
I have been trying to make a radar graph but I found that when I use the external command radar and enter the rlabel(0.4 0.6 0.8 1.0 1.2 1.4 1.6) option, the first scale 0.4 cannot display in the graph, instead it displays as a center at .4 in the form of note. But in the drawing, I want to display the scale in the center of the graph, so what should I do?
Besides, I found that when the coordinate axis is displayed, the 0 before the decimal point is not displayed. I mean when I enter rlabel(0 0.4 2.8 12 14 18 50), .4 would show in the graph instead of 0.4, but I want to change the format and I would like the number shown in the graph to be 0.4 instead. 4. I wonder what should I do?
Although the format command can be used in manual modification and xlabel(), the format command cannot be used in mlabel and rlabel. So when using mlabel and rlabel, I wonder what code should I use to solve this problem?

Here is my code:
Code:
sysuse auto, clear
radar make turn mpg trunk if foreign, title(Nice Radar graph) lc(red blue green) lw(*1 *2 *4) rlabel(0 0.4 2.8 12 14 18 50) connected ms(D Oh S) labsize(*.5) aspect(1)
[IMG]file:///Users/zhouyiming/Desktop/radar.jpeg[/IMG]