Exercise: Bubble Chart and Hex Bin Chart
Explore how to represent data using bubble and hex bin charts with Python Altair. Understand techniques for encoding variables like size, opacity, and shape to visualize average latency and speed effectively. This lesson helps you apply these visualization methods to analyze network speed data across European countries.
We'll cover the following...
We'll cover the following...
Consider the following dataset describing the average download/upload speed in European countries from 2019 to 2022:
In the following terminal, represent the data through a bubble chart:
Then, represent the dataset through a hex bin chart in the following code widget:
...