5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Data Visualization Mastery     Data Visualization Track 4: Data Visualization with Python

Matplotlib can be used to create box-and-whisker plots to display statistics. These dense visualizations pack much information into a compact form, including the median, 25th and 75th percentiles, interquartile range, and outliers.


In this course, you'll learn how to work with all aspects of box-and-whisker plots, such as the use of confidence-interval notches, mean markers, and fill color. You'll also build grouped box-and-whisker plots.


Next, you'll create scatter plots and heatmaps, powerful tools in exploratory data analysis. You'll build standard scatter plots before customizing various aspects of their appearance. You'll then examine the ideal uses of scatter plots and correlation heatmaps.


You'll move on to visualizing composition, first using pie charts, building charts that explode out specific slices. Lastly, you'll build treemaps to visualize data with multiple levels of hierarchy.



Objectives

Python & Matplotlib: Creating Box Plots, Scatter Plots, Heatmaps, & Pie Charts

  • discover the key concepts covered in this course
  • use Matplotlib to create box-and-whisker plots to display various statistics, such as the median, upper and lower quartiles and outliers
  • use Matplotlib to create filled box-and-whisker plots
  • use Matplotlib to visualize the relationship between two continuous variables using scatter plots
  • use Matplotlib to use correlation heatmaps to visually represent covariate relationships
  • use Matplotlib to create a heatmap that visualizes correlations and has labels for each correlation
  • use Matplotlib to visualize how individual proportions add up to a whole using pie charts
  • use Matplotlib to create exploded pie charts and treemaps
  • illustrate how autocorrelation and cross-correlation can be used to identify recurring patterns in data through Matplotlib
  • use Matplotlib to visualize compositions over a period of time using area charts and changes over time using stem plots
  • summarize the key concepts covered in this course