Hi, what do you want to do?
Curated Video
Creating and Interpreting a Dot Plot
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...
Curated Video
How to Make a Dot Plot
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...
Curated Video
Frequency Table and Dot Plots
Create a frequency table and a dot plot to display data.
Curated Video
Advantages of Representing Data on a Dot Plot
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...
Curated Video
Creating a Dot Plot: Representing Data on a Number Line
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...
Curated Video
Choosing the Best Representation: Dot Plots, Histograms, and Box Plots
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...
Curated Video
Describing Patterns in Data Sets: Dot Plots and Histograms
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.
Curated Video
Choosing the Best Graphs for Data Using Measures of Center
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...
Curated Video
Identifying Data Set Shapes: Modes and Symmetry
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...
Curated Video
Choosing the Appropriate Graphical Representation for Data
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...
R Programming 101
Ggsave - save your ggplot plots
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...
Curated Video
Discuss the importance of data : Plotting decision tree in Python
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...
Bozeman Science
A Beginner's Guide to Graphing Data
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...
Brian McLogan
Graphing a linear inequality greater than or equal to
👉 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...
Brian McLogan
Graphing a linear inequality with test points
👉 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...
APMonitor
Matlab 👩💻 Plots
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...
Brian McLogan
Learn how to graph a linear inequality with shading
👉 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...
Brian McLogan
Learn how to graph a linear inequality
👉 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...
Brian McLogan
Graphing a linear inequality
👉 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...
Brian McLogan
Graphing a quadratic function in standard form
👉 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...
Brian McLogan
How to create the graphs of tangent and cotangent from the unit circle
👉 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...
APMonitor
Plots in Python with Numpy and Matplotlib
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...
Brian McLogan
Learn how to graph the parent graph of a quadratic equation in standard form using a table
👉 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...
APMonitor
Python 🐍 Plots
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...