Histograms' drawing options structure.
Used internally by THistPainter to manage histograms' drawing options.
Public Attributes | |
Histogram's drawing options | |
The drawing option may be the concatenation of some of the following options: | |
int | Axis |
"A" Axis are not drawn around the graph. More... | |
int | Bar |
"B", "BAR" and "HBAR" A Bar chart is drawn at each point. More... | |
int | Curve |
"C" A smooth Curve is drawn. More... | |
int | Error |
"En" Draw Errors with current marker type and size (0 <= n <=6). More... | |
int | Fill |
"F" A fill area is drawn ("CF" draw a smooth fill area). More... | |
int | Off |
"][" The first and last vertical lines are not drawn. More... | |
int | Line |
"L" A simple polyline through every point is drawn. More... | |
int | Mark |
"P" The current Marker is drawn at each point. More... | |
int | Same |
"SAME" Histogram is plotted in the current pad. More... | |
int | Star |
"*" With option "P", a * is plotted at each point. More... | |
int | Arrow |
"ARR" Draw 2D plot with Arrows. More... | |
int | Box |
"BOX" Draw 2D plot with proportional Boxes. More... | |
int | Char |
"CHAR" Draw 2D plot with a character set. More... | |
int | Color |
"COL" Draw 2D plot with Colored boxes. More... | |
int | Contour |
"CONTn" Draw 2D plot as a Contour plot (0 <= n <= 5). More... | |
int | Func |
"FUNC" Draw only the function (for example in case of fit). More... | |
int | Hist |
"HIST" Draw only the histogram. More... | |
int | Lego |
"LEGO" and "LEGOn" Draw as a Lego plot(1 <= n <= 4). More... | |
int | Scat |
"SCAT" Draw 2D plot a Scatter plot. More... | |
int | Surf |
"SURF" and "SURFn" Draw as a Surface ((1 <= n <= 4). More... | |
int | Text |
"TEXT" Draw 2D plot with the content of each cell. More... | |
int | Tri |
"TRI" Draw TGraph2D with Delaunay triangles. More... | |
int | Pie |
"PIE" Draw 1D plot as a pie chart. More... | |
long | Candle |
"CANDLE" and "VIOLIN" Draw a 2D histogram as candle/box plot or violin plot. More... | |
int | System |
"POL", "CYL", "SPH" and "PSR" Type of coordinate system for 3D plots. More... | |
int | Zscale |
"Z" Display the color palette. More... | |
int | FrontBox |
"FB" Suppress the front box for the 3D plots. More... | |
int | BackBox |
"BB" Suppress the back box for the 3D plots. More... | |
int | List |
"LIST" Generate the TObjArray "contours". To be used with option "CONT" More... | |
int | Proj |
"AITOFF", "MERCATOR", "SINUSOIDAL" and "PARABOLIC" projections for 2d plots. More... | |
int | AxisPos |
"X+" and "Y+" Axis position More... | |
int | Spec |
"SPEC" TSpectrum graphics More... | |
int | Zero |
"0" if selected with any LEGO option the empty bins are not drawn. More... | |
int | MinimumZero |
"MIN0" or gStyle->GetHistMinimumZero() More... | |
Other options | |
The following structure members are set to 1 if the corresponding setting is selected. | |
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... | |
#include <Hoption.h>
int Hoption_t::Axis |
int Hoption_t::BackBox |
int Hoption_t::Bar |
int Hoption_t::Box |
long Hoption_t::Candle |
int Hoption_t::Char |
int Hoption_t::Color |
int Hoption_t::Contour |
int Hoption_t::Error |
int Hoption_t::Fill |
int Hoption_t::FrontBox |
int Hoption_t::Func |
int Hoption_t::Lego |
int Hoption_t::Line |
int Hoption_t::List |
int Hoption_t::Logx |
int Hoption_t::Logy |
int Hoption_t::Logz |
int Hoption_t::Mark |
int Hoption_t::MinimumZero |
int Hoption_t::Off |
int Hoption_t::Proj |
int Hoption_t::Same |
int Hoption_t::Star |
int Hoption_t::Surf |
int Hoption_t::System |
int Hoption_t::Text |
int Hoption_t::Tri |
int Hoption_t::Zero |