Hi everyone,
Is there any way to make this bar graph more readable? 'A', 'B', and 'C' have small percentages while D has a very high percentage, making A, B, and C too small to read.
Is there any way to drop bar 'D' and expand the scale on the y-axis since I am primarily interested in the trend of A, B, and C? Or which other way can you advise?
Thank you for the anticipated response.

Is there any way to make this bar graph more readable? 'A', 'B', and 'C' have small percentages while D has a very high percentage, making A, B, and C too small to read.
Is there any way to drop bar 'D' and expand the scale on the y-axis since I am primarily interested in the trend of A, B, and C? Or which other way can you advise?
Thank you for the anticipated response.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(state1 TrendData America year) . 1 4 2 . 1 4 2 . 1 4 2 . 1 2 2 . 1 3 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 . 2 . 1 . 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 . 2 . 1 4 2 . 1 1 2 . 1 4 2 . 1 4 2 . 1 1 2 . 1 3 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 1 1 4 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 1 1 4 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 1 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 3 2 . 1 4 2 . 1 4 2 . 1 . 2 . 1 4 2 . 1 4 2 . 1 4 2 . 1 1 2 . 1 4 2 . 1 3 2 . 1 4 2 . 1 . 2 . 1 4 2 end label values America DevelopmentalCategories label def DevelopmentalCategories 1 "A", modify label def DevelopmentalCategories 2 "B", modify label def DevelopmentalCategories 3 "C", modify label def DevelopmentalCategories 4 "D", modify
Comment