I have a data set with 3 variables as defined below -
program 1 5 4 3 2
rank 1 2 3 4 5
score 2.1 3.7 4.2 5.6 6.4
I have the output file from proc means as well with mean, std, min, max, etc.
I want to plot the score according to their ranks in a horizontal bar chart plot with the corresponding program names printed inside the bars.
The graph should like something like the drawn plot in the pdf attached.
I have used [proc template] and [proc sgrender] to plot the graph (which I cannot upload because it's from a project I am consulting on and I apologize for that) but I cannot get to print the program names for each bar.
Kindly help me.
Thank You,
Neel.