Introduction
Python data visualization: Introduction
()
1. Human Perception
Topics
()
Understanding color theory
()
Overview of human vision
()
Color schemes
()
2. Analytical Design
Topics
()
Understand the fundamental principles of analytical design
()
Describe the fundamental tools of visualization
()
Advantages and disadvantages of different chart types
()
3. Data Cleaning and Visualization with pandas
Topics
()
DataFrames and Series
()
GroupBy and Pivot tables
()
Merge and join
()
The plot function
()
Demo
()
Time series
()
Bar plot demo
()
4. Matplotlib
Topics
()
Fundamental components of a Matplotlib plot
()
Explore the Matplotlib API
()
Demo, part 1
()
Demo, part 2
()
Demo, part 3
()
Stylesheets
()
Demo
()
Mapping
()
Demo
()
5. Matploltib Animations
Topics
()
Matplotlib animation API
()
FuncAnimation
()
Animation writers
()
Demo
()
6. Jupyter Widgets
Topics
()
ipywidgets as interactive browser controls
()
Simple widget use
()
Widget customization
()
Demo
()
7. Seaborn
Topics
()
Understand the structure of Seaborn
()
Understand the differences with Matplotlib
()
Explore the Seaborn API
()
Demo
()
8. Bokeh
Topics
()
Basic plotting with Bokeh
()
Advanced plotting
()
Networks
()
Demo
()
9. Plotly
Topics
()
Basic Plotly
()
3D and animated plots
()
Demo
()
Summary
Python data visualization: Summary
()