Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between chart, plot and graph

Tags:

I'm thinking of what would be the right terms to use in the UI of my new program, when referring to graphical data representations - i.e., whether to call them "charts", "plots" or "graphs". I was wondering how these terms are different, and when is it appropriate to use each of them?

like image 213
Pradyumna Avatar asked May 08 '10 14:05

Pradyumna


People also ask

What is difference between graph and chart?

The word "chart" is usually used as a catchall term for the graphical representation of data. "Graph" refers to a chart that specifically plots data along two dimensions, as shown in figure 1.

Are a plot and a graph the same?

A plot is a graphical technique for representing a data set, usually as a graph showing the relationship between two or more variables. The plot can be drawn by hand or by a computer. In the past, sometimes mechanical or electronic plotters were used.


1 Answers

  • Chart: Bar, line, or pie charts.

bar chart
(source: jpowered.com)
pie chart
(source: jpowered.com)

  • Plot: X-Y plot or blueprints.

x-y plot
(source: grass.itc.it)

  • Graph: Nodes connected by edges.

graph
(source: graphviz.org)

like image 179
Ignacio Vazquez-Abrams Avatar answered Sep 24 '22 02:09

Ignacio Vazquez-Abrams