Problem with 2D plot values

I guess you need:

gPad->Modified(); gPad->Update(); // make sure it's really (re)drawn

right after “DrawCopy” (i.e. before “GetListOfFunctions”).