TGraphError:: horizontal line

Is it possible to draw a single horizontal line in a TGraphError

Basic graphics

went through this earlier but would give it another try … probably i missed it

TLine *myLine = new TLine(0,1,2,1); myLine->Draw("same")

myLine->Draw();

… is enough. No need for option “same”

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.