Hi everyone,

I would like to ask if it is possible to produce the graph below using hbar command. I've attached the data for reference.

Thank you.

Code:
* Example generated by -dataex-. For more info, type help dataex
clear
input str11 children str6 sex float(lfp unemployment)
"no kids"     "male"   -2.1 5.3
"less than 6" "male"   -2.4 7.2
"ages 6-12"   "male"     -3 6.3
"ages 13-17"  "male"   -1.8 4.7
"no kids"     "female" -1.5 7.6
"less than 6" "female" -3.2   6
"ages 6-12"   "female" -4.6 7.8
"ages 13-17"  "female" -2.8 5.3
end
Array