I am looking to put together a simple bar graph that gives me the count of the number times an "information source" was used by a farmer. The data is below:
Code:
informationsource count percent Producer Associations 51 79.69% Other Farmers 37 57.81% Agricultural Input Suppliers 30 46.88% 3rd Party Consultants 19 29.69% Government Organizations 35 54.69% Internet 54 84.38% Universities 25 39.06% Technology Companies 25 39.06% Family and Friends 25 39.06% None 2 3.13% Other 2 3.13% Social Media 23 35.94%
Array
I have used bar graph and bar graph count but I can't seem to understand how to graph a chart like the one above. I have used the following codes:
Code:
graph bar (count), over(count) graph bar, over(count)
0 Response to Simple Bar Graph - Having Trouble
Post a Comment