Ego Network Diagram
A network centered on a single focal node showing its direct connections and their interconnections — the simplest way to explore who or what is connected to one entity.
// 01 — The chart
What it looks like
An ego network diagram with the focal node (Ego) in the center, surrounded by six alters. Edges between alters show their mutual connections.
// 02 — Definition
What is an ego network diagram?
An ego network diagram is a network visualization centered on a single focal node, called the ego. It shows the ego’s direct connections (called alters) and, crucially, the connections that exist among those alters themselves. This reveals the local structure around one specific entity in a larger network.
Think of it like a social map drawn from one person’s point of view. You place yourself at the center and draw lines to everyone you know. Then you add lines between your contacts who also know each other. The result is a personal neighborhood of the network, stripped of all the complexity beyond your immediate circle.
Ego networks are fundamental in social network analysis, where they answer questions like: How connected is this person? Are their contacts clustered in separate groups or one dense clique? They are also widely used in epidemiology, organizational studies, and influence mapping.
Origin: The concept of ego networks comes from social anthropology and was formalized in the 1950s–1970s by scholars like J.A. Barnes and J. Clyde Mitchell. The term “ego network” derives from the Latin word for “I” — placing the self at the center of the analysis.
// 03 — Anatomy
Parts of an ego network diagram
// 04 — Usage
When to use it — and when not to
- You want to explore the local neighborhood of a specific person, company, or entity
- Analyzing social influence — how connected is one individual and how do their contacts relate?
- You need to compare ego networks across multiple individuals (e.g., who has a denser personal network?)
- Studying brokerage — does the ego bridge otherwise disconnected groups?
- The full network is too large or complex, and you want to zoom into one node’s perspective
- Epidemiological contact tracing around a single case
- You need to see the overall structure of an entire network — use a force-directed graph instead
- There is no natural focal node — the visualization loses its purpose without a clear ego
- The ego has hundreds of alters, making the diagram unreadable — consider aggregating or filtering
- You need to show multi-hop paths (friends of friends of friends) — ego networks typically show only 1–2 hops
- Comparing network-level metrics like global clustering or diameter
- Your data lacks relationship information — ego networks require edge data among alters
// 05 — Reading guide
How to read an ego network diagram
Follow these steps whenever you encounter an ego network diagram.
Identify the ego
Find the central node — it’s usually larger, differently colored, or labeled prominently. This is the focal entity around which the entire diagram is organized.
Count the alters
The number of direct connections (alters) is the ego’s degree. A higher count means a more connected ego. Look at whether alters are evenly spaced or clustered in groups.
Examine alter-alter ties
Look at the edges between alters. If most alters are connected to each other, the ego’s network is dense. If few alters connect, the ego may be bridging separate social groups.
Spot clusters and isolates
Are there visible sub-groups among the alters? Clusters suggest the ego belongs to distinct social circles (work, family, hobbies). Isolated alters with no alter-alter ties represent unique connections.
Assess the ego’s structural role
If the ego connects otherwise disconnected groups, it occupies a brokerage position — a powerful role for controlling information flow. If all alters know each other, the ego is embedded in a tight-knit clique.
// 06 — Common mistakes
Mistakes to watch out for
Omitting alter-alter ties
Showing only the ego’s connections without the edges among alters removes the most informative part of the diagram. The density and clustering of alter-alter ties is what distinguishes ego networks from simple star graphs.
Overcrowding with too many alters
When the ego has 50+ connections, the diagram becomes a dense hairball. Filter to the most important alters, or group alters by category and show aggregate connections instead.
Ignoring edge direction or weight
In directed or weighted networks, treating all ties as equal loses important information. A manager who sends 100 emails to one colleague has a very different tie than a single email to another.
Confusing ego networks with full network views
An ego network deliberately shows only the focal node’s neighborhood. Drawing conclusions about the entire network’s structure from one ego’s view is a common analytical error.
Poor ego placement
The ego should be visually prominent and centrally positioned. If it blends in with alters, readers cannot immediately identify the focal point of the visualization.
// 07 — Real-world examples
Where you’ll see ego network diagrams used
Social science: Personal social networks
Researchers map each participant’s ego network to study social support, loneliness, and influence. Comparing ego networks across demographics reveals how network structure varies by age, gender, or socioeconomic status.
Social ResearchEpidemiology: Contact tracing
Public health officials build ego networks around confirmed cases to identify contacts at risk of infection. The density of the ego network indicates how quickly a disease might spread through that person’s circle.
Public HealthBusiness: Key account mapping
Sales teams map the ego network of a key decision-maker at a client company to identify all stakeholders involved in a purchase decision and understand the relationships between them.
Sales Strategy// 08 — At a glance
Quick reference
// 09 — Variations
Types of ego networks
The basic ego network has several important variants, each suited to different analytical needs.
1-hop ego network
The simplest form showing only the ego and its direct connections. Most commonly used in surveys and interview-based studies.
2-hop ego network
Extends to friends-of-friends, showing the ego’s second-degree connections. Useful for studying information diffusion and influence spread.
Weighted ego network
Edge thickness encodes tie strength (frequency, duration, or intensity). Reveals which connections are strong vs. weak ties.
Concentric ego network
Alters arranged in concentric rings by closeness or tie strength. Inner rings hold stronger ties, outer rings hold weaker ones.
// 10 — FAQs
Frequently asked questions
What is an ego network diagram?+
An ego network diagram is a network visualization centered on a single focal node, called the ego. It shows the ego's direct connections (called alters) and, crucially, the connections that exist among those alters themselves. This reveals the local structure around one specific entity in a larger network.
When should you use an ego network diagram?+
Use an ego network diagram when you want to explore the local neighborhood of a specific person, company, or entity. It also works well when analyzing social influence — how connected is one individual and how do their contacts relate?, and when you need to compare ego networks across multiple individuals (e.g., who has a denser personal network?).
When should you avoid an ego network diagram?+
Avoid an ego network diagram when you need to see the overall structure of an entire network — use a force-directed graph instead. It is also a poor fit when there is no natural focal node — the visualization loses its purpose without a clear ego, or when the ego has hundreds of alters, making the diagram unreadable — consider aggregating or filtering.
Is an ego network diagram suitable for dashboards?+
Yes — an ego network diagram can work well in dashboards as long as the panel is large enough for readers to perceive the encoded values, has a clear title, and includes the legend or axis labels needed to interpret it.
What category of chart is an ego network diagram?+
Ego Network Diagram belongs to the Network family of charts. Charts in that family are designed to answer the same kind of question, so they often work as alternatives when one doesn't quite fit your data.
How do you read an ego network diagram?+
Start with the axis labels and legend, then look at the overall shape before zooming into individual marks. Compare prominent features against the rest of the data, and verify any conclusion against the underlying numbers when precision matters.