- Line chart
A Line chart is a type of graph created by connecting a series of
data points together with aline . [http://www.investopedia.com/terms/l/linechart.asp Line chart] at investopedia.com.]Overview
A line chart is a basic type of chart common in many fields. It is an extension of a
scatter graph , and is created by connecting a series of points that represent individual measurements with line segments. A line chart is often used to visualize a trend in data over intervals of time, thus the line is often drawn chronologically. [Neil J. Salkind (2006). "Statistics for People who (think They) Hate Statistics: The Excel Edition". page 106.]Example
In the experimental sciences, data collected from experiments are often visualized by a graph that includes an overlaid mathematical function depicting the
best-fit trend of the scattered data. This layer is referred to as a best-fit layer and the graph containing this layer is often referred to as a line graph.For example, if one were to collect data on the speed of a body at certain points in time, one could visualize the data by a
data table such as the following:::
The table "visualization" is a good way of displaying precise values, but a very poor way of understanding the underlying patterns that those values represent. Because of these qualities, the table display is often erroneously conflated with the data itself; whereas it is just another visualization of the data.
Understanding the process described by the data in the table is aided by producing a graph or line chart of "Speed versus Time". In this context,
Versus (or the abbreviationsvs andVS ), separates the parameters appearing in an X-Y (two-dimensional) graph. The first argument indicates thedependent variable , usually appearing on the Y-axis, while the second argument indicates theindependent variable , usually appearing on the X-axis. Thus the graph of "Speed versus Time" would plot time along the x-axis and speed up the y-axis. Mathematically, if we denote time by the variable , and speed by , then the function plotted in the graph would be denoted indicating that (the dependent variable) is a function of .It is simple to construct a "best-fit" layer consisting of a set of line segments connecting adjacent data points; however, such a "best-fit" is usually not an ideal representation of the trend of the underlying scatter data for the following reasons:
# It is highly improbable that the discontinuities in the slope of the best-fit would correspond exactly with the positions of the measurement values.
# It is highly unlikely that the experimental error in the data is negligible, yet the curve falls exactly through each of the data points.A true best-fit layer should depict a continuous mathematical function whose parameters are determined by using a suitable error-minimization scheme, which appropriately weights the error in the data values.
In either case, the best-fit layer can reveal trends in the data. Further, measurements such as the
gradient or the area under the curve can be made visually, leading to more conclusions from the data.ee also
*
Chart
*Graph of a function
*List of information graphics software References
Wikimedia Foundation. 2010.