I'm trying to do a box plot and display the extreme outliers with a label. Some of the labels are very close and overlap, thus making it impossible to read.
Here is what i currently have as my code:
graph box totaldeposits if year > 1995 & year < 1998, marker(1, mlabel(organizationname)) over(year)
Any ideas?
Here is what i currently have as my code:
graph box totaldeposits if year > 1995 & year < 1998, marker(1, mlabel(organizationname)) over(year)
Any ideas?
Comment