Hi,
I installed -coefplot-, created by Nick Cox and I am having some trouble manipulating the graph. I would like to rotate this graph so that it is horizontal rather than vertical. I can accomplish this by just rotating the image itself, but then the y-axis is on the right size and "County Name" is written upside down. How should I change my code to rotate the graph correctly?
Thank you!
Code:
catplot name, var1opts(sort(1)) ysize(10) ytitle("Number of Wildfires")
Array