13 TCanvas *
c1 =
new TCanvas(
"c1",
"A Simple Graph Example", 200, 10, 700, 500);
16 c1->DrawFrame(0, 0, 2.2, 12);
21 for (i = 0; i <
n; i++) {
25 y[i] = 9 *
sin(
x[i] + 0.15);
31 for (i = 0; i <
n; i++) {
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color.
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style.
A TGraph is an object made of two arrays X and Y with npoints each.
virtual void SetPoint(Int_t i, Double_t x, Double_t y)
Set x and y values for point number i.
void Draw(Option_t *chopt="") override
Draw this graph with its current attributes.
RVec< PromoteType< T > > sin(const RVec< T > &v)