10 b.SetFillColor(0) ;
b.SetFillStyle(1000) ;
19 l.SetTextAlign(22);
l.SetTextSize(
h);
44 for (i=1; i<=5; i++) {
45 box(j++, 0.01,
y-bh, 0.19,
y);
46 box(j++, 0.21,
y-bh, 0.39,
y);
47 box(j++, 0.41,
y-bh, 0.59,
y);
48 box(j++, 0.61,
y-bh, 0.79,
y);
49 box(j++, 0.81,
y-bh, 0.99,
y);
62 for (i=1; i<=9; i++) {
63 if (i==6) {j2 += 10; j3 += 1; j4 += 1; j5 += 10;}
64 if (i==5) {j4 -= 10; j5 -= 1;}
65 box(j1, 0.01,
y-bh, 0.19,
y);
66 box(j2, 0.21,
y-bh, 0.39,
y);
67 box(j3, 0.41,
y-bh, 0.59,
y);
68 box(j4, 0.61,
y-bh, 0.79,
y);
69 box(j5, 0.81,
y-bh, 0.99,
y);
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t TPoint TPoint const char y2
Option_t Option_t TPoint TPoint const char y1
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
R__EXTERN TStyle * gStyle
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
void SetFrameFillColor(Color_t color=1)
To draw Mathematical Formula.
void SetBorderSize(Short_t bordersize) override
void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2) override
Set world coordinate system for the pad.
void SetHatchesSpacing(Double_t h)
void SetHatchesLineWidth(Int_t l)
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
TCanvas * fillpatterns(int w=500, int h=700)