Plot Xy Graph
A Scatter (XY) Plot has points that show the relationship between two sets of data.
This tutorial shows how to plot XY datasets in LabVIEW and how to perform linear regressions on them. It was created for undergraduate Mechanical Engineerin. Free graphing calculator instantly graphs your math problems. Visit Mathway on the web. Download free on Google Play. Download free on iTunes. The term XY graph refers to a graph where the values are plotted on the X and Y (horizontal and vertical) axes, but in particular, it includes mean scatter graphs and line graphs. Learning to produce these graphs with Microsoft Excel is crucial if you're going to use the program for data analysis.
In this example, each dot shows one person's weight versus their height.
(The data is plotted on the graph as 'Cartesian (x,y) Coordinates')
Example:
The local ice cream shop keeps track of how much ice cream they sell versus the noon temperature on that day. Here are their figures for the last 12 days:
Ice Cream Sales vs Temperature | |
Temperature °C | Ice Cream Sales |
---|---|
14.2° | $215 |
16.4° | $325 |
11.9° | $185 |
15.2° | $332 |
18.5° | $406 |
22.1° | $522 |
19.4° | $412 |
25.1° | $614 |
23.4° | $544 |
18.1° | $421 |
22.6° | $445 |
17.2° | $408 |
And here is the same data as a Scatter Plot:
It is now easy to see that warmer weather leads to more sales, but the relationship is not perfect.
Line of Best Fit
We can also draw a 'Line of Best Fit' (also called a 'Trend Line') on our scatter plot:
Try to have the line as close as possible to all points, and as many points above the line as below.
But for better accuracy we can calculate the line using Least Squares Regression and the Least Squares Calculator.
Example: Sea Level Rise
A Scatter Plot of Sea Level Rise: |
And here I have drawn on a 'Line of Best Fit'. |
Interpolation and Extrapolation
Interpolation is where we find a value inside our set of data points.
Here we use linear interpolation to estimate the sales at 21 °C.
Extrapolation is where we find a value outside our set of data points.
Here we use linear extrapolation to estimate the sales at 29 °C (which is higher than any value we have).
Careful: Extrapolation can give misleading results because we are in 'uncharted territory'.
As well as using a graph (like above) we can create a formula to help us.
Example: Straight Line Equation
We can estimate a straight line equation from two points from the graph above
Let's estimate two points on the line near actual values: (12°, $180) and (25°, $610)
First, find the slope:
slope 'm' | = change in ychange in x |
= $610 − $18025° − 12° | |
= $43013° | |
= 33 (rounded) |
Now put the slope and the point (12°, $180) into the 'point-slope' formula:
y − y1 = m(x − x1)
y − 180 = 33(x − 12)
y = 33(x − 12) + 180
y = 33x− 396 + 180
y = 33x− 216
INTERpolating
Now we can use that equation to interpolate a sales value at 21°:
y = 33×21° − 216 = $477
EXTRApolating
And to extrapolate a sales value at 29°:
Plot Xy Graph
y = 33×29°− 216 = $741
The values are close to what we got on the graph. But that doesn't mean they are more (or less) accurate. They are all just estimates.
Don't use extrapolation too far! What sales would you expect at 0° ?
y = 33×0° − 216 = −$216
Hmmm... Minus $216? We extrapolated too far!
Note: we used linear (based on a line) interpolation and extrapolation, but there are many other types, for example we could use polynomials to make curvy lines, etc.
Correlation
When the two sets of data are strongly linked together we say they have a High Correlation.
The word Correlation is made of Co- (meaning 'together'), and Relation
- Correlation is Positive when the values increase together, and
- Correlation is Negative when one value decreases as the other increases
Like this:
(Learn More About Correlation)
Negative Correlation
Correlations can be negative, which means there is a correlation but one value goes down as the other value increases.
Example : Birth Rate vs IncomeThe birth rate tends to be lower in richer countries. Below is a scatter plot for about 100 different countries. |
|
It has a negative correlation (the line slopes down)
Note: I tried to fit a straight line to the data, but maybe a curve would work better, what do you think?
Using Microsoft Excel to Make A Graph
Plotting an X-Y Data Set
Plot Xy Graph In Labview
Suppose we want to plot the volume of hydrochloric acid used vs. the moles of magnesium.
1. The first step in creating a graph using Microsoft Excel is entering the data. The data should be in two adjacent columns with the x data in the left column. The columns should be labeled in row one in order to identify what the numbers in the spreadsheet represent.(figure 4).
Figure 4: X and Y data
2. Position the cursor on the first X value (i.e., at the top of the column containing the x values, or 'Moles of Mg' values), hold down the left mouse button and drag the mouse cursor to the bottom Y value (i.e., at the bottom of the column containing the y values, or 'Volume of HCl' values). All of the X-Y values should now be highlighted (figure 4).
3. Click on Insert at the top left of the toolbar.
4. Click on Chart
5. Click on the box labeled XY (Scatter).
6. Click on Next >.
7. Click on the X-Y pattern without lines (Format Option 1).
8. Click on Next >; a reduced version of your graph will appear.
9. Click on Next >.
10. Click in the rectangular box labeled 'Chart Title' and type in a title for the graph (e.g., 'Volume of HCl vs. Moles Mg).
11. Click separately on the boxes labeled 'Category (X)' and 'Value (Y)' and type a label for the X axis (e.g., Moles Mg) and the Y axis (e.g., Volume HCl (mL)).
12. Click on As New Sheet. This will instruct the program to plot the data on a separate sheet labeled 'Chart1'.
Plot My Graph Online
13. Click on Next >.
14. Click on Finish. At this point you will have created an X-Y plot of the data which should look like figure 5.
Plot Xy Graph
Figure 5: X-Y Plot of Experimental Data