Role of Scales, Axis, Legends in Data Visualization
2
The Antibiotics dataset
3
Adjusting Scales linear, log, sqrt in Altair
4
Nonlinear axes scales
5
Customizing axis with sort='descending' and axis orientation
6
Equalizing the axes with matching domains
7
Adjusting grid lines with grid=False and tickCount
8
Customize color legends w/ domain and range params
9
Legend position & orientation
10
Altair color schemes
11
Extract substring as new feature using transform_calculate
12
Extracting biological clues from visualization
13
Using colors to encode quantitative values
14
Sorting axis with EncodingSortField
15
Customizing color legends
16
Customizing title with configure_title
Description:
Dive into the fourth part of a comprehensive data visualization course focusing on Altair scales, axes, and legends in Python. Learn to leverage Vega's rich features for customizing data visualizations. Explore the Antibiotics dataset while mastering techniques to adjust scales (linear, log, sqrt) and create nonlinear axes. Discover how to customize axes with sorting and orientation options, equalize axes with matching domains, and adjust grid lines. Gain expertise in customizing color legends, including domain and range parameters, position, and orientation. Explore Altair color schemes and learn to extract substrings as new features using transform_calculate. Uncover biological clues from visualizations, use colors to encode quantitative values, and sort axes with EncodingSortField. Master the art of customizing color legends and titles to create polished, informative data visualizations.
Data Visualization in Python - Altair Scales, Axes, and Legends - Lecture 4