Instructional Video6:37
Curated Video

Creating and Interpreting a Dot Plot

9th - Higher Ed
Get ready to dive into the world of statistics with our "Creating and Interpreting a Dot Plot" student worksheet! This engaging and interactive worksheet is designed to help students understand and master the concept of dot plots in a...
Instructional Video2:38
Curated Video

How to Make a Dot Plot

9th - Higher Ed
This video provides an informative and engaging explanation of dot plots, a visual representation of data points along a number line. The teacher begins by introducing the concept of dot plots as a way to organize data in a clear and...
Instructional Video3:23
Curated Video

Frequency Table and Dot Plots

K - 12th
Create a frequency table and a dot plot to display data.
Instructional Video4:41
Curated Video

Advantages of Representing Data on a Dot Plot

K - 5th
In this video, the advantages of representing data on a dot plot are explained. The teacher discusses how dot plots provide a quick snapshot of the shape of the data, show individual data points, and accurately represent the distribution...
Instructional Video3:44
Curated Video

Creating a Dot Plot: Representing Data on a Number Line

K - 5th
In this lesson, students are taught to organize the data, create a frequency table, and determine the intervals for the number line. By placing dots on the graph to represent each data point, students can visually analyze and compare the...
Instructional Video4:02
Curated Video

Choosing the Best Representation: Dot Plots, Histograms, and Box Plots

K - 5th
In this video, students will learn how to choose the best representation for their data by considering the strengths and weaknesses of dot plots, histograms, and box plots. They will understand how dot plots provide a clear picture of...
Instructional Video3:19
Curated Video

Describing Patterns in Data Sets: Dot Plots and Histograms

K - 5th
In this video, the teacher explains how to describe patterns in data sets using dot plots and histograms. They discuss the differences between dot plots and histograms, including how to identify clusters, peaks, and gaps in the data.
Instructional Video3:34
Curated Video

Choosing the Best Graphs for Data Using Measures of Center

K - 5th
Explore the concepts of median, mode, and range, and demonstrates how these measures can help determine which graph would be most useful. This video provides examples and comparisons of dot plots, histograms, and box plots, highlighting...
Instructional Video5:40
Curated Video

Identifying Data Set Shapes: Modes and Symmetry

K - 5th
In this video, the teacher explains how to identify the shape of a data set by examining the modes and symmetry of a graph. They introduce various types of graphs, such as histograms, box plots, and dot plots, and explain how to classify...
Instructional Video4:41
Curated Video

Choosing the Appropriate Graphical Representation for Data

K - 5th
In this video, the teacher explains how to choose the appropriate graph to represent data by analyzing its advantages and considering the specific data set. They discuss the advantages of dot plots, histograms, and box plots, and...
Instructional Video2:53
R Programming 101

Ggsave - save your ggplot plots

Higher Ed
If you are creating plots, graphs and other data visualisation objects using ggplot with R programming then you're going to want to know how to save your plots. ggsave is a tidyverse function that let's you save anything that you've...
Instructional Video4:59
Curated Video

Discuss the importance of data : Plotting decision tree in Python

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In...
Instructional Video10:37
Bozeman Science

A Beginner's Guide to Graphing Data

12th - Higher Ed
Paul Andersen explains how graphs are used to visually display data that is collected in experimentation. He describes five main types of graphs; line graph, scatter plot, bar graph, histogram and pie chart. He describes the important...
Instructional Video5:54
Brian McLogan

Graphing a linear inequality greater than or equal to

12th - Higher Ed
👉 Learn how to graph linear inequalities written in slope-intercept form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also...
Instructional Video7:56
Brian McLogan

Graphing a linear inequality with test points

12th - Higher Ed
👉 Learn how to graph linear inequalities written in slope-intercept form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also...
Instructional Video16:32
APMonitor

Matlab 👩‍💻 Plots

10th - Higher Ed
A plot is a visual representation of the data and is especially valuable to analyze data graphically. You can plot with the plot(x,y) function. In the incubator example, we may want to see how the temperature changes...
Instructional Video5:41
Brian McLogan

Learn how to graph a linear inequality with shading

12th - Higher Ed
👉 Learn how to graph linear inequalities written in standard form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken...
Instructional Video5:07
Brian McLogan

Learn how to graph a linear inequality

12th - Higher Ed
👉 Learn how to graph linear inequalities written in slope-intercept form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also...
Instructional Video6:36
Brian McLogan

Graphing a linear inequality

12th - Higher Ed
👉 Learn how to graph linear inequalities written in slope-intercept form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also...
Instructional Video4:45
Brian McLogan

Graphing a quadratic function in standard form

12th - Higher Ed
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Instructional Video13:28
Brian McLogan

How to create the graphs of tangent and cotangent from the unit circle

12th - Higher Ed
👉 Learn the basics of graphing a tangent and a cotangent function. To plot the tangent and the cotangent graph we choose a set of points and form a table of values with which we plot the points on the x-y coordinate axis to obtain the...
Instructional Video12:18
APMonitor

Plots in Python with Numpy and Matplotlib

10th - Higher Ed
Graphs or plots are effective at showing data. This introductory video demonstrates how to create a plot and adjust some of the basic characteristics of those plots such as the size of the trend, style (dashed, dotted, solid), add a...
Instructional Video6:54
Brian McLogan

Learn how to graph the parent graph of a quadratic equation in standard form using a table

12th - Higher Ed
👉 Learn the basics to understanding graphing quadratics. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Instructional Video38:24
APMonitor

Python 🐍 Plots

10th - Higher Ed
A plot is a visual representation of the data and is especially valuable to analyze data graphically. You can plot with the matplotlib package. In the incubator example, we may want to see how the temperature changes with time. The...