I have a radar diagram with two variables and 12 different observations. The only thing I want to know is, if I could add the values for every spike in addtition to my axis? I will give you an example below, how I would like to have it. Here is an example code:
Code:
ssc install radar sysuse auto, clear radar make turn mpg trunk if foreign, title(Radar graph) lc(red blue green) lw(*1 *2 *4) rlabel(0 12 14 18 50)
Comment