Histogram option structure.
Used internally by THistpainter
to manage histogram drawing options.
Definition at line 24 of file Hoption.h.
|
int | Arrow |
| "ARR" Draw 2D plot with Arrows. More...
|
|
int | Axis |
| "A" Axis are not drawn around the graph. More...
|
|
int | AxisPos |
| Axis position. More...
|
|
int | BackBox |
| = 0 to suppress the back box More...
|
|
int | Bar |
| "B" A Bar chart is drawn at each point. More...
|
|
int | Box |
| "BOX" Draw 2D plot with proportional Boxes. More...
|
|
long | Candle |
| "CANDLE" Draw a 2D histogram as candle/box plot or violin plot (also with "VIOLIN"). More...
|
|
int | Char |
| "CHAR" Draw 2D plot with a character set. More...
|
|
int | Color |
| "COL" Draw 2D plot with Colored boxes. More...
|
|
int | Contour |
| "CONT" Draw 2D plot as a Contour plot. More...
|
|
int | Curve |
| "C" A smooth Curve is drawn. More...
|
|
int | Error |
| "E" Draw Errors with current marker type and size. More...
|
|
int | Fill |
| "F" A fill area is drawn ("CF" draw a smooth fill area). More...
|
|
int | FrontBox |
| = 0 to suppress the front box More...
|
|
int | Func |
| "FUNC" Draw only the function (for example in case of fit). More...
|
|
int | Hist |
| "HIST" Draw only the histogram. More...
|
|
int | Keep |
| "K" The status of the histogram is kept in memory More...
|
|
int | Lego |
| "LEGO" Draw as a Lego plot(LEGO,Lego=1, LEGO1,Lego1=11, LEGO2,Lego=12). More...
|
|
int | Line |
| "L" A simple polyline beetwen every point is drawn. More...
|
|
int | List |
| = 1 to generate the TObjArray "contours" More...
|
|
int | Logx |
| log scale in X. Also set by histogram option More...
|
|
int | Logy |
| log scale in Y. Also set by histogram option More...
|
|
int | Logz |
| log scale in Z. Also set by histogram option More...
|
|
int | Mark |
| "P" The current Marker is drawn at each point More...
|
|
int | Off |
| "][" With H option, the first and last vertical lines are not drawn. More...
|
|
int | Pie |
| "PIE" Draw 1D plot as a pie chart. More...
|
|
int | Proj |
| 1: Aitoff, 2: Mercator, 3: Sinusoidal, 4: Parabolic More...
|
|
int | Same |
| "S" Histogram is plotted in the current PAD. More...
|
|
int | Scat |
| "SCAT" Draw 2D plot a Scatter plot. More...
|
|
int | Spec |
| TSpectrum graphics. More...
|
|
int | Star |
| "*" A * is plotted at each point More...
|
|
int | Surf |
| "SURF" Draw as a Surface (SURF,Surf=1, SURF1,Surf=11, SURF2,Surf=12) More...
|
|
int | System |
| type of coordinate system(1=car,2=pol,3=cyl,4=sph,5=psr) More...
|
|
int | Text |
| "TEXT" Draw 2D plot with the content of each cell. More...
|
|
int | Tri |
| "TRI" Draw 2D plot with Delaunay triangles. More...
|
|
int | Update |
| "U" Update histogram previously plotted with option K More...
|
|
int | Zero |
| if selected with any LEGO option the empty bins are not drawn. More...
|
|
int | Zscale |
| "Z" to display the Z scale (color palette) More...
|
|