What: The labels for the standard deviational ellipses are aligned within the ellipses and are colored using the same hue as the ellipse, though with a much lower value so that the labels are darker and easier to read. The labels identify the ethnic group it represents, how many people are in it, and over how large an area are they spread.
Why: When evaluating standard deviational ellipses, it is important to understand and be able to compare the ellipse sizes, location, orientation, ratio of the major and minor axes, and counts. Adding a label with some of that information makes it easier for the map reader to make comparisons among the ellipses.
How: The labels were placed using the Maplex Label Engine. The labels use a custom label expression. Here is how we set up our labels, starting with the label expression and finishing with the label placement:
"Asian: " & " " & + [PopRepd] & " persons" & VbCrLf & "Area = " & [Area_SqMi] & " Sq. Miles"
The result is that labels are, when possible, centered within the polygon. For ellipses, this means the labels are centered on the main axis. When conflicts arise, the Maplex Label Engine places the label within the ellipse but does not change the angle, which is ideal in this case.
If you would like to post a comment, please login.