Skip to content
KnowledgeCity

Defining Data Visualization

Collect, organize, and plot your first data set
Preview the first lesson free — get full access to all 3 lessons.
Course: On-Demand
Intermediate Provider Bill Hood  3 Lessons ·  22m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

In these lessons, we introduce our virtual environment, Python 3.x, our first plot, our first 2D plot, and we’ll explore the Jupyter notebook platform. We’ll also introduce our formula for data visualization, which includes collecting, organizing, and then plotting the results. You’ll learn about how to control lines, patterns, colors, annotations, and transparency.

We’ll focus on the basics and extend your general knowledge of Python and programming, including how to import and use a new set of libraries focused on data visualization, and the three-step process of obtaining, organizing, and plotting data, or the “collect-organize-present” model of data visualization.

What You'll Learn

  • Import and use data visualization libraries, including matplotlib.pyplot
  • Build your first plot and 2D line plot in the Jupyter notebook platform
  • Collect data and organize it for an XY plot, including data from a CSV
  • Apply the collect-organize-present model to plot results
  • Control lines, patterns, colors, annotations, and transparency in plots
  • Set up and work within the Python 3.x virtual environment

Key Takeaways

  • The course introduces a virtual environment, Python 3.x, a first plot, a first 2D plot, and the Jupyter notebook platform.
  • Data visualization is presented through a three-step formula of collecting, organizing, and then plotting the results, described as the collect-organize-present model.
  • Learners import and use a new set of libraries focused on data visualization, including matplotlib.pyplot.
  • The course covers controlling lines, patterns, colors, annotations, and transparency in plots.
  • It focuses on the basics while extending general knowledge of Python and programming.

Frequently Asked Questions

What will I learn in this course?

You will learn to import and use data visualization libraries including matplotlib.pyplot, collect and organize data for an XY plot, collect data from a CSV, and create plots using the collect-organize-present model. The course also covers controlling lines, patterns, colors, annotations, and transparency.

What tools and platform does this course use?

The course uses a virtual environment, Python 3.x, and the Jupyter notebook platform.

What topics do the lessons cover?

The lessons cover First Plot, 2D Line Plot, and Building a Foundation.

What skills does this course build?

It builds skills in Application Data, File Handling, and Shared Libraries, while extending your general knowledge of Python and programming.

How is data visualization approached in this course?

Data visualization is approached through a three-step process of obtaining, organizing, and plotting data, referred to as the collect-organize-present model.