I'm trying to create a diagram like the one shown below. The different variables each stand for one attribute ranked by interviewees from 1 (unimportant) to 5 (very important).
Here an example of my dataset:
This is the diagram I want to create:

I've been trying it with -catplot- and -graph hbar-, but I fail to get the desired result.
I'd be very thankful for your help!
Here an example of my dataset:
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input byte(taste price sustainable animal_health regional organic) 5 5 5 5 5 4 4 3 4 4 4 4 4 4 4 3 4 4 4 4 5 4 4 4 3 1 5 5 5 5 5 5 5 4 5 4 5 4 4 5 5 4 4 3 5 5 5 5 5 4 4 4 4 4 5 3 4 3 2 2 5 4 4 4 4 5 5 5 4 4 3 4 5 4 4 5 4 4 5 5 4 4 4 4 4 4 3 4 3 3 4 4 3 2 3 2 5 5 4 3 5 4 4 5 5 2 5 4 4 4 4 4 4 3 4 4 3 2 3 3 end
I've been trying it with -catplot- and -graph hbar-, but I fail to get the desired result.
I'd be very thankful for your help!
Comment