Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hist/histpainter/doc/index.md
Go to the documentation of this file.
1 \defgroup Histpainter Histograms and graphs painting classes.
2 \ingroup Hist
3 
4 The histograms and graphs plotting option are described in details in the THistPainter and TGraphPainter classes.
5 You can also see:
6 
7  - [The Chapter about the Graph classes in the Users Guide.](ftp://root.cern.ch/root/doc/4Graphs.pdf)
8  - [The Chapter about the Histogram classes in the Users Guide.](ftp://root.cern.ch/root/doc/3Histograms.pdf)
9  - [Using and drawing a simple TGraph.](http://root.cern.ch/root/html/tutorials/graphs/graph.C.html)
10  - [TGraph2D with errors drawing.](http://root.cern.ch/root/html/tutorials/graphs/graph2derrorsfit.C.html)
11  - [Drawing Options for 1D Histograms.](http://root.cern.ch/root/html/tutorials/hist/h1draw.C.html)
12  - [Demo of option bar with histograms](http://root.cern.ch/root/html/tutorials/hist/hbars.C.html)
13  - [Simple drawing of a 1D Histograms.](http://root.cern.ch/root/html/tutorials/hsimple.C.html)
14  - [Filling several histograms and some graphics options.](http://root.cern.ch/root/html/tutorials/hist/hsum.C.html)
15  - [Drawing a TH2 as a 2-D surface.](http://root.cern.ch/root/html/tutorials/graphs/surfaces.C.html)
16  - [How to Draw objects.](http://root.cern.ch/drupal/content/how-draw-objects)
TString as(SEXP s)
Definition: RExports.h:71
TArc * a
Definition: textangle.C:12
th1 Draw()
Service class for 2-Dim histogram classes.
Definition: TH2.h:30
The histogram painter class.
Definition: THistPainter.h:47
A Graph is a graphics object made of two arrays X and Y with npoints each.
Definition: TGraph.h:41
The graph painter class.
Definition: TGraphPainter.h:29
Graphics object made of three arrays X, Y and Z with the same number of points each.
Definition: TGraph2D.h:40