Hello all,
I'm trying to replicate this graph using different data:

However my output is showing me this:

Here is my data and my code, respectively:
Data
Code
I'm trying to replicate this graph using different data:
However my output is showing me this:
Here is my data and my code, respectively:
Data
Code:
Sector Coverage SubminimumwageheadcountRatio Agriculture; hunting; forestry and fish .85813358 0.52 Mining and Quarrying .89187858 0.13 Manufacturing .36191116 0.29 Electricity; gas and water supply .68654997 0.18 Construction .13923316 0.36 Wholesale and Retail Trade .62995644 0.35 Transport; storage and communication .34724069 0.27 Financial Services .75544079 0.22 CSP .90706484 0.31 Private Households .9931992 0.80
Code:
twoway (bar Coverage Sector1, yaxis(1)) || (line SubminimumwageheadcountRatio Sector1, connect(l) yaxis(2))
Comment