Graph may refer to:
Mathematics
*
Graph (discrete mathematics)
In discrete mathematics, and more specifically in graph theory, a graph is a structure amounting to a set of objects in which some pairs of the objects are in some sense "related". The objects correspond to mathematical abstractions called '' v ...
, a structure made of vertices and edges
**
Graph theory
In mathematics, graph theory is the study of '' graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conn ...
, the study of such graphs and their properties
*
Graph (topology), a topological space resembling a graph in the sense of discrete mathematics
*
Graph of a function
In mathematics, the graph of a function f is the set of ordered pairs (x, y), where f(x) = y. In the common case where x and f(x) are real numbers, these pairs are Cartesian coordinates of points in two-dimensional space and thus form a sub ...
*
Graph of a relation
In mathematics, the graph of a function f is the set of ordered pairs (x, y), where f(x) = y. In the common case where x and f(x) are real numbers, these pairs are Cartesian coordinates of points in two-dimensional space and thus form a subset ...
*
Graph paper
Graph paper, coordinate paper, grid paper, or squared paper is writing paper that is printed with fine lines making up a regular grid. The lines are often used as guides for plotting graphs of functions or experimental data and drawing curves. ...
*
Chart, a means of representing data (also called a graph)
Computing
*
Graph (abstract data type)
In computer science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from the field of graph theory within mathematics.
A graph data structure consists of a finite (and possibly m ...
, an abstract data type representing relations or connections
*
graph (Unix)
In Unix, graph is a command-line utility used to draw plots from tabular data.
History
The graph utility, written by Douglas McIlroy, was present in the first version of Unix, and every later version, for instance:
* Unix Version 7, relea ...
, Unix command-line utility
*