Home > OS >  If two digits are the same 0s then make 0 condition in C and Root
If two digits are the same 0s then make 0 condition in C and Root

Time:04-29

In my code, legends are running within a loop, and I am trying to show a graph with

0-10%
10-20%

and so on. The problem is when I write this code

legend->AddEntry(gr[i], Form("           
  • Related