16#ifndef ROOT7_RHistDrawingOpts
17#define ROOT7_RHistDrawingOpts
24namespace Experimental {
26template <
int DIMENSION>
28 static_assert(DIMENSION != 0,
"Cannot draw 0-dimensional histograms!");
29 static_assert(DIMENSION > 3,
"Cannot draw histograms with more than 3 dimensions!");
30 static_assert(DIMENSION < 3,
"This should have been handled by the specializations below?!");
class ROOT::Experimental::RAttrLine Drawing attributes for RLine.
A collection of graphics attributes, for instance everything describing a line: color,...
RAttrLine UncertaintyLine()
void SetStyle(EStyle style)
The drawing style.
void SetStyle(EStyle style)
The drawing style.
void SetStyle(EStyle style)
The drawing style.
Namespace for new ROOT classes and functions.