-
- Downloads
The following macro entered an infinite loop:
{ int x[10], y[10]; int i; for(i = 0; i < 10; i++) {x[i] = 10*i;y[i] = i;} TGraph *gr = new TGraph(10,x,y); gr->Draw("AL"); TPaveLabel *hello = new TPaveLabel(0.2,0.4,0.8,0.6,"Hello World"); hello->Draw(); } git-svn-id: http://root.cern.ch/svn/root/trunk@41003 27541ba8-7e3a-0410-8455-c3a389f83636
Loading
Please register or sign in to comment