rootpy.plotting.Graph2D

class rootpy.plotting.Graph2D[source]

Returns a Graph2D object which inherits from the associated ROOT.TGraph2D* class (TGraph2D, TGraph2DErrors)

class GraphPoint(graph, idx)

Class similar to BinProxy for histograms, useful for getting single point information

class Measurement(graph, axis, idx)

Generalized measusement class, each graph point has one for each axis

x

returns the x coordinate

y

returns the y coordinate

z

returns the z coordinate